mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[gdb] Use new UART abstraction in GDB serial transport
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user