gdbserial.h

Go to the documentation of this file.
00001 #ifndef _GPXE_GDBSERIAL_H
00002 #define _GPXE_GDBSERIAL_H
00003 
00004 /** @file
00005  *
00006  * GDB remote debugging over serial
00007  *
00008  */
00009 
00010 FILE_LICENCE ( GPL2_OR_LATER );
00011 
00012 struct gdb_transport;
00013 
00014 /**
00015  * Set up the serial transport
00016  *
00017  * @ret transport suitable for starting the GDB stub or NULL on error
00018  */
00019 struct gdb_transport *gdbserial_configure ( void );
00020 
00021 #endif /* _GPXE_GDBSERIAL_H */

Generated on Tue Apr 6 20:01:07 2010 for gPXE by  doxygen 1.5.7.1