summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/gdbserial.h
blob: 62cc160149d2fbfbc95f714ea74a7d45fe1b8d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_GDBSERIAL_H
#define _IPXE_GDBSERIAL_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

struct gdb_transport;

extern struct gdb_transport * gdbserial_configure ( const char *port,
						    unsigned int baud );

#endif /* _IPXE_GDBSERIAL_H */