projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reiserfs: rework reiserfs_warning
[linux-2.6]
/
include
/
linux
/
console.h
diff --git
a/include/linux/console.h
b/include/linux/console.h
index
248e6e3
..
a67a90c
100644
(file)
--- a/
include/linux/console.h
+++ b/
include/linux/console.h
@@
-153,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 */