[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / gpxe / serial.h
bloba72ca7e817691918425d25322bce97869e531235
1 #ifndef _GPXE_SERIAL_H
2 #define _GPXE_SERIAL_H
4 /** @file
6 * Serial driver functions
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 extern void serial_putc ( int ch );
13 extern int serial_getc ( void );
14 extern int serial_ischar ( void );
16 #endif /* _GPXE_SERIAL_H */