mirror of
https://gitlab.com/qemu-project/ipxe.git
synced 2025-11-07 08:09:34 +08:00
13 lines
156 B
C
13 lines
156 B
C
#ifndef _BITS_UART_H
|
|
#define _BITS_UART_H
|
|
|
|
/** @file
|
|
*
|
|
* 16550-compatible UART
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_UART_H */
|