hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/kernel/printk/console_cmdline.h
....@@ -6,6 +6,7 @@
66 {
77 char name[16]; /* Name of the driver */
88 int index; /* Minor dev. to use */
9
+ bool user_specified; /* Specified by command line vs. platform */
910 char *options; /* Options for the driver */
1011 #ifdef CONFIG_A11Y_BRAILLE_CONSOLE
1112 char *brl_options; /* Options for braille driver */