X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fconsole.h;h=7d0420274de00d26b86d6d986631860bb158d5d3;hb=bce40a36de574376f41f1ff3c4d212a7da2a3c90;hp=76a1807726eb0fb24b668995eb3bd5388c3e1013;hpb=c8eb8b4025175f967af0ba8e933f23aa9954dc35;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/console.h b/include/linux/console.h index 76a1807726e..7d0420274de 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -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)