summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/serial.h
blob: b47b1d1252b78aa779409076ee8e44d32fa84fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 );
extern int serial_initialized;

#endif /* _IPXE_SERIAL_H */