[gdb] Use new UART abstraction in GDB serial transport

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-06-29 10:07:56 +01:00
parent 611c9e39da
commit 5e622dc085
2 changed files with 45 additions and 17 deletions

View File

@@ -9,13 +9,4 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct gdb_transport;
/**
* Set up the serial transport
*
* @ret transport suitable for starting the GDB stub or NULL on error
*/
struct gdb_transport *gdbserial_configure ( void );
#endif /* _IPXE_GDBSERIAL_H */