]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/console.h
mfd: Switch WM8350 revision detection to a feature based model
[linux-2.6-omap-h63xx.git] / include / linux / console.h
index a4f27fbdf5494ee885caa967a24d1934744386a3..a67a90cf826882bb6ad47c119de04abac49cd91d 100644 (file)
@@ -108,6 +108,8 @@ struct console {
        struct   console *next;
 };
 
+extern int console_set_on_cmdline;
+
 extern int add_preferred_console(char *name, int idx, char *options);
 extern int update_console_cmdline(char *name, int idx, char *name_new, int idx_new, char *options);
 extern void register_console(struct console *);
@@ -151,4 +153,8 @@ void vcs_remove_sysfs(struct tty_struct *tty);
 #define VESA_HSYNC_SUSPEND      2
 #define VESA_POWERDOWN          3
 
+#ifdef CONFIG_VGA_CONSOLE
+extern bool vgacon_text_force(void);
+#endif
+
 #endif /* _LINUX_CONSOLE_H */