[gdb] Allow gdbstub to be started on an arbitrary serial port

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-06-29 16:43:39 +01:00
parent 8829634bd7
commit a0f60d26f5
2 changed files with 44 additions and 7 deletions

View File

@@ -9,4 +9,12 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <stdint.h>
struct gdb_transport;
extern struct gdb_transport * gdbserial_configure ( unsigned int port,
unsigned int baud,
uint8_t lcr );
#endif /* _IPXE_GDBSERIAL_H */