Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / ipxe / serial.h
1 #ifndef _IPXE_SERIAL_H
2 #define _IPXE_SERIAL_H
3
4 /** @file
5  *
6  * Serial driver functions
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 extern void serial_putc ( int ch );
13 extern int serial_getc ( void );
14 extern int serial_ischar ( void );
15 extern int serial_initialized;
16
17 #endif /* _IPXE_SERIAL_H */