diff options
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index d10965f0d8a4..b0148e7bcbfa 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
| @@ -354,6 +354,8 @@ early_param("earlycon", name ## _setup_earlycon); | |||
| 354 | 354 | ||
| 355 | struct uart_port *uart_get_console(struct uart_port *ports, int nr, | 355 | struct uart_port *uart_get_console(struct uart_port *ports, int nr, |
| 356 | struct console *c); | 356 | struct console *c); |
| 357 | int uart_parse_earlycon(char *p, unsigned char *iotype, unsigned long *addr, | ||
| 358 | char **options); | ||
| 357 | void uart_parse_options(char *options, int *baud, int *parity, int *bits, | 359 | void uart_parse_options(char *options, int *baud, int *parity, int *bits, |
| 358 | int *flow); | 360 | int *flow); |
| 359 | int uart_set_options(struct uart_port *port, struct console *co, int baud, | 361 | int uart_set_options(struct uart_port *port, struct console *co, int baud, |
