aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-06-29 10:07:56 +0100
committerMichael Brown <mcb30@ipxe.org>2015-06-29 11:03:12 +0100
commit5e622dc085d461d21e0db8f8d9773863ebc1468f (patch)
tree17baf6c4f21f466160dd1f9fa135549d6a72fa03 /src/include
parent611c9e39dacca965bf9925aaa13f38855b243586 (diff)
downloadipxe-5e622dc085d461d21e0db8f8d9773863ebc1468f.tar.gz
[gdb] Use new UART abstraction in GDB serial transport
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/gdbserial.h9
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 */