diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/console.h | 1 | ||||
| -rw-r--r-- | include/linux/serial_core.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 37b441e6dfd8..c681a9eec658 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -103,6 +103,7 @@ struct console short flags; short index; int cflag; + void *data; struct console *next; }; diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 1a1fc33e134d..d3963ee21876 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -300,6 +300,7 @@ void uart_parse_options(char *options, int *baud, int *parity, int *bits, int *flow); int uart_set_options(struct uart_port *port, struct console *co, int baud, int parity, int bits, int flow); +kdev_t uart_console_device(struct console *co); /* * Port/driver registration/removal |
