diff options
| author | Michael Brown | 2015-06-29 11:07:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-06-29 12:03:12 +0200 |
| commit | 5e622dc085d461d21e0db8f8d9773863ebc1468f (patch) | |
| tree | 17baf6c4f21f466160dd1f9fa135549d6a72fa03 /src/include/ipxe | |
| parent | [serial] Add general abstraction of a 16550-compatible UART (diff) | |
| download | ipxe-5e622dc085d461d21e0db8f8d9773863ebc1468f.tar.gz ipxe-5e622dc085d461d21e0db8f8d9773863ebc1468f.tar.xz ipxe-5e622dc085d461d21e0db8f8d9773863ebc1468f.zip | |
[gdb] Use new UART abstraction in GDB serial transport
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
| -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 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 */ |
