aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h2
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
355struct uart_port *uart_get_console(struct uart_port *ports, int nr, 355struct uart_port *uart_get_console(struct uart_port *ports, int nr,
356 struct console *c); 356 struct console *c);
357int uart_parse_earlycon(char *p, unsigned char *iotype, unsigned long *addr,
358 char **options);
357void uart_parse_options(char *options, int *baud, int *parity, int *bits, 359void uart_parse_options(char *options, int *baud, int *parity, int *bits,
358 int *flow); 360 int *flow);
359int uart_set_options(struct uart_port *port, struct console *co, int baud, 361int uart_set_options(struct uart_port *port, struct console *co, int baud,