diff options
Diffstat (limited to 'include/linux/console.h')
-rw-r--r-- | include/linux/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 9f50fb413c11..bd194343c346 100644 --- a/include/linux/console.h +++ b/include/linux/console.h | |||
@@ -115,6 +115,7 @@ static inline int con_debug_leave(void) | |||
115 | #define CON_BOOT (8) | 115 | #define CON_BOOT (8) |
116 | #define CON_ANYTIME (16) /* Safe to call when cpu is offline */ | 116 | #define CON_ANYTIME (16) /* Safe to call when cpu is offline */ |
117 | #define CON_BRL (32) /* Used for a braille device */ | 117 | #define CON_BRL (32) /* Used for a braille device */ |
118 | #define CON_EXTENDED (64) /* Use the extended output format a la /dev/kmsg */ | ||
118 | 119 | ||
119 | struct console { | 120 | struct console { |
120 | char name[16]; | 121 | char name[16]; |