]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/console.h
Pull video into test branch
[linux-2.6-omap-h63xx.git] / include / linux / console.h
index 76a1807726eb0fb24b668995eb3bd5388c3e1013..7d0420274de00d26b86d6d986631860bb158d5d3 100644 (file)
@@ -129,6 +129,9 @@ static inline void suspend_console(void) {}
 static inline void resume_console(void) {}
 #endif /* CONFIG_DISABLE_CONSOLE_SUSPEND */
 
+int mda_console_init(void);
+void prom_con_init(void);
+
 /* Some debug stub to catch some of the obvious races in the VT code */
 #if 1
 #define WARN_CONSOLE_UNLOCKED()        WARN_ON(!is_console_locked() && !oops_in_progress)