include/linux/console.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
--- a/include/linux/console.h	Thu Apr 09 12:06:38 2009 +0200
+++ b/include/linux/console.h	Thu Apr 09 12:07:21 2009 +0200
@@ -153,4 +153,8 @@
 #define VESA_HSYNC_SUSPEND      2
 #define VESA_POWERDOWN          3
 
+#ifdef CONFIG_VGA_CONSOLE
+extern bool vgacon_text_force(void);
+#endif
+
 #endif /* _LINUX_CONSOLE_H */