From 2f529f9b558ca1c1bd74be7437a84e4711743404 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 01 Nov 2024 02:11:33 +0000 Subject: [PATCH] add xenomai --- kernel/include/linux/console.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/console.h b/kernel/include/linux/console.h index 4b1e26c..1413a45 100644 --- a/kernel/include/linux/console.h +++ b/kernel/include/linux/console.h @@ -141,6 +141,7 @@ struct console { char name[16]; void (*write)(struct console *, const char *, unsigned); + void (*write_raw)(struct console *, const char *, unsigned); int (*read)(struct console *, char *, unsigned); struct tty_driver *(*device)(struct console *, int *); void (*unblank)(void); -- Gitblit v1.6.2