hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
kernel/include/linux/console.h
....@@ -141,6 +141,7 @@
141141 struct console {
142142 char name[16];
143143 void (*write)(struct console *, const char *, unsigned);
144
+ void (*write_raw)(struct console *, const char *, unsigned);
144145 int (*read)(struct console *, char *, unsigned);
145146 struct tty_driver *(*device)(struct console *, int *);
146147 void (*unblank)(void);