printk: implement support for extended console drivers
[pandora-kernel.git] / include / linux / console.h
index 9f50fb4..bd19434 100644 (file)
@@ -115,6 +115,7 @@ static inline int con_debug_leave(void)
 #define CON_BOOT       (8)
 #define CON_ANYTIME    (16) /* Safe to call when cpu is offline */
 #define CON_BRL                (32) /* Used for a braille device */
+#define CON_EXTENDED   (64) /* Use the extended output format a la /dev/kmsg */
 
 struct console {
        char    name[16];