hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
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);