Blackfin: add an early shadow console
[pandora-kernel.git] / arch / blackfin / include / asm / early_printk.h
index 110f1c1..f5b6b7d 100644 (file)
@@ -23,6 +23,8 @@
 
 #ifdef CONFIG_EARLY_PRINTK
 extern int setup_early_printk(char *);
+extern void enable_shadow_console(void);
 #else
 #define setup_early_printk(fmt) do { } while (0)
+#define enable_shadow_console(fmt)  do { } while (0)
 #endif /* CONFIG_EARLY_PRINTK */