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

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

FILE_LICENCE ( GPL2_OR_LATER );

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

#endif /* _IPXE_SERIAL_H */