Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / ipxe / gdbserial.h
1 #ifndef _IPXE_GDBSERIAL_H
2 #define _IPXE_GDBSERIAL_H
3
4 /** @file
5  *
6  * GDB remote debugging over serial
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 struct gdb_transport;
13
14 /**
15  * Set up the serial transport
16  *
17  * @ret transport suitable for starting the GDB stub or NULL on error
18  */
19 struct gdb_transport *gdbserial_configure ( void );
20
21 #endif /* _IPXE_GDBSERIAL_H */