summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/serial.h
blob: 2825b93699e227a7ccbcae5b09584e8dbb884cd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GPXE_SERIAL_H
#define _GPXE_SERIAL_H

/** @file
 *
 * Serial driver functions
 *
 */

extern void serial_putc ( int ch );
extern int serial_getc ( void );
extern int serial_ischar ( void );

#endif /* _GPXE_SERIAL_H */