diff options
Diffstat (limited to 'include/linux/serial_8250.h')
| -rw-r--r-- | include/linux/serial_8250.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index 7638deaaba65..97f5b45bbc07 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h | |||
| @@ -35,6 +35,8 @@ struct plat_serial8250_port { | |||
| 35 | void (*set_termios)(struct uart_port *, | 35 | void (*set_termios)(struct uart_port *, |
| 36 | struct ktermios *new, | 36 | struct ktermios *new, |
| 37 | struct ktermios *old); | 37 | struct ktermios *old); |
| 38 | void (*pm)(struct uart_port *, unsigned int state, | ||
| 39 | unsigned old); | ||
| 38 | }; | 40 | }; |
| 39 | 41 | ||
| 40 | /* | 42 | /* |
| @@ -76,5 +78,11 @@ extern int serial8250_find_port_for_earlycon(void); | |||
| 76 | extern int setup_early_serial8250_console(char *cmdline); | 78 | extern int setup_early_serial8250_console(char *cmdline); |
| 77 | extern void serial8250_do_set_termios(struct uart_port *port, | 79 | extern void serial8250_do_set_termios(struct uart_port *port, |
| 78 | struct ktermios *termios, struct ktermios *old); | 80 | struct ktermios *termios, struct ktermios *old); |
| 81 | extern void serial8250_do_pm(struct uart_port *port, unsigned int state, | ||
| 82 | unsigned int oldstate); | ||
| 83 | |||
| 84 | extern void serial8250_set_isa_configurator(void (*v) | ||
| 85 | (int port, struct uart_port *up, | ||
| 86 | unsigned short *capabilities)); | ||
| 79 | 87 | ||
| 80 | #endif | 88 | #endif |
