diff options
Diffstat (limited to 'src/include/ipxe/gdbserial.h')
-rw-r--r-- | src/include/ipxe/gdbserial.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/ipxe/gdbserial.h b/src/include/ipxe/gdbserial.h index d02fb8d1..db9cb156 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 */ |