Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <linux/serial_reg.h>
0003 
0004 #undef UART_TX
0005 #undef UART_LSR
0006 #undef UART_MSR
0007 
0008 #define UART_TX 1
0009 #define UART_LSR 7
0010 #define UART_MSR 8
0011 
0012 #include <debug/8250.S>