serial: add early_serial_setup() back to header file
[linux-2.6-block.git] / include / linux / serial_8250.h
index 71310d80c09aae4d866f743baeb6e5ae932651e2..8518fa2a6f89038d36ceac34c436a3519d69e8ee 100644 (file)
@@ -60,4 +60,10 @@ void serial8250_unregister_port(int line);
 void serial8250_suspend_port(int line);
 void serial8250_resume_port(int line);
 
+extern int early_serial_setup(struct uart_port *port);
+
+extern int serial8250_find_port(struct uart_port *p);
+extern int serial8250_find_port_for_earlycon(void);
+extern int setup_early_serial8250_console(char *cmdline);
+
 #endif