summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/gdbserial.h
blob: a3b56173cbf3b1b166055eaf5f3ec99b135d1f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _IPXE_GDBSERIAL_H
#define _IPXE_GDBSERIAL_H

/** @file
 *
 * GDB remote debugging over serial
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

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 */