summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2003-04-24 08:38:30 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-24 08:38:30 -0700
commitb7d752fb6dc63357ed6673181a8afd4b169488df (patch)
tree9415e23a033b0ee43929b9973149cb78a6854043 /include/linux/serial_core.h
parentb8f652d56f34bc2ce6e3505bbf7d3746d33eb022 (diff)
[PATCH] console cleanup (1/2)
Preparation to console->device() cleanup: serial drivers converted to common helper for their ->device() methods.
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 1 insertions, 0 deletions
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