diff options
Diffstat (limited to 'drivers/tty/serial/8250.h')
-rw-r--r-- | drivers/tty/serial/8250.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250.h b/drivers/tty/serial/8250.h index 6edf4a6a22d4..1f7510051707 100644 --- a/drivers/tty/serial/8250.h +++ b/drivers/tty/serial/8250.h | |||
@@ -35,6 +35,8 @@ struct serial8250_config { | |||
35 | unsigned short tx_loadsz; | 35 | unsigned short tx_loadsz; |
36 | unsigned char fcr; | 36 | unsigned char fcr; |
37 | unsigned int flags; | 37 | unsigned int flags; |
38 | unsigned char mcr_mask; | ||
39 | unsigned char mcr_force; | ||
38 | }; | 40 | }; |
39 | 41 | ||
40 | #define UART_CAP_FIFO (1 << 8) /* UART has FIFO */ | 42 | #define UART_CAP_FIFO (1 << 8) /* UART has FIFO */ |