From 5e622dc085d461d21e0db8f8d9773863ebc1468f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 29 Jun 2015 10:07:56 +0100 Subject: [gdb] Use new UART abstraction in GDB serial transport Signed-off-by: Michael Brown --- src/include/ipxe/gdbserial.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/include/ipxe') diff --git a/src/include/ipxe/gdbserial.h b/src/include/ipxe/gdbserial.h index d02fb8d1b..db9cb1567 100644 --- a/src/include/ipxe/gdbserial.h +++ b/src/include/ipxe/gdbserial.h @@ -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 */ -- cgit v1.2.3-55-g7522