forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
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 */