opengnsys_ipxe/src/include/ipxe/serial.h

17 lines
215 B
C

#ifndef _IPXE_SERIAL_H
#define _IPXE_SERIAL_H
/** @file
*
* Serial console
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/uart.h>
extern struct uart serial_console;
#endif /* _IPXE_SERIAL_H */