mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[gdb] Allow gdbstub to be started on an arbitrary serial port
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user