kernel/include/linux/console.h
.. .. @@ -141,6 +141,7 @@ 141 141 struct console { 142 142 char name[16]; 143 143 void (*write)(struct console *, const char *, unsigned); 144 + void (*write_raw)(struct console *, const char *, unsigned);144 145 int (*read)(struct console *, char *, unsigned); 145 146 struct tty_driver *(*device)(struct console *, int *); 146 147 void (*unblank)(void);