summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/gdbserial.h
blob: e1040c94e62013378f1c5baa5a23c9ea12b208ca (plain) (tree)
1
2
3
4
5
6
7
8
9

                         






                                   
                                       
 







                                                                      
                              
#ifndef _IPXE_GDBSERIAL_H
#define _IPXE_GDBSERIAL_H

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <stdint.h>

struct gdb_transport;

extern struct gdb_transport * gdbserial_configure ( unsigned int port,
						    unsigned int baud,
						    uint8_t lcr );

#endif /* _IPXE_GDBSERIAL_H */