[SERIAL] kernel console should send CRLF not LFCR
[deliverable/linux.git] / include / linux / serial_core.h
index 4041122dabfcf66cd2eca416a227569f474b5c84..f7434e5086f5c4c0d0fa2def26b8e8ff24e751ff 100644 (file)
@@ -366,6 +366,9 @@ void uart_parse_options(char *options, int *baud, int *parity, int *bits,
 int uart_set_options(struct uart_port *port, struct console *co, int baud,
                     int parity, int bits, int flow);
 struct tty_driver *uart_console_device(struct console *co, int *index);
+void uart_console_write(struct uart_port *port, const char *s,
+                       unsigned int count,
+                       void (*putchar)(struct uart_port *, int));
 
 /*
  * Port/driver registration/removal
This page took 0.025185 seconds and 5 git commands to generate.