diff options
Diffstat (limited to 'include/linux/serial_8250.h')
-rw-r--r-- | include/linux/serial_8250.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index 1f05bbeac01e..b44034eca123 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h | |||
@@ -66,6 +66,7 @@ enum { | |||
66 | * dependent on the 8250 driver. | 66 | * dependent on the 8250 driver. |
67 | */ | 67 | */ |
68 | struct uart_port; | 68 | struct uart_port; |
69 | struct uart_8250_port; | ||
69 | 70 | ||
70 | int serial8250_register_port(struct uart_port *); | 71 | int serial8250_register_port(struct uart_port *); |
71 | void serial8250_unregister_port(int line); | 72 | void serial8250_unregister_port(int line); |
@@ -82,6 +83,9 @@ extern void serial8250_do_set_termios(struct uart_port *port, | |||
82 | extern void serial8250_do_pm(struct uart_port *port, unsigned int state, | 83 | extern void serial8250_do_pm(struct uart_port *port, unsigned int state, |
83 | unsigned int oldstate); | 84 | unsigned int oldstate); |
84 | int serial8250_handle_irq(struct uart_port *port, unsigned int iir); | 85 | int serial8250_handle_irq(struct uart_port *port, unsigned int iir); |
86 | unsigned char serial8250_rx_chars(struct uart_8250_port *up, unsigned char lsr); | ||
87 | void serial8250_tx_chars(struct uart_8250_port *up); | ||
88 | unsigned int serial8250_modem_status(struct uart_8250_port *up); | ||
85 | 89 | ||
86 | extern void serial8250_set_isa_configurator(void (*v) | 90 | extern void serial8250_set_isa_configurator(void (*v) |
87 | (int port, struct uart_port *up, | 91 | (int port, struct uart_port *up, |