From a0f60d26f5780196f75f4b14444dfa8d020a5e00 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 29 Jun 2015 16:43:39 +0100 Subject: [gdb] Allow gdbstub to be started on an arbitrary serial port Signed-off-by: Michael Brown --- src/include/ipxe/gdbserial.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/gdbserial.h b/src/include/ipxe/gdbserial.h index db9cb1567..e1040c94e 100644 --- a/src/include/ipxe/gdbserial.h +++ b/src/include/ipxe/gdbserial.h @@ -9,4 +9,12 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +#include + +struct gdb_transport; + +extern struct gdb_transport * gdbserial_configure ( unsigned int port, + unsigned int baud, + uint8_t lcr ); + #endif /* _IPXE_GDBSERIAL_H */ -- cgit v1.2.3-55-g7522