Go to the documentation of this file.
14 #ifndef _LINUX_CONSOLE_H_
15 #define _LINUX_CONSOLE_H_ 1
17 #include <linux/types.h>
28 #define VT100ID "\033[?1;2c"
29 #define VT102ID "\033[?6c"
33 const char *(*con_startup)(
void);
82 #ifdef CONFIG_HW_CONSOLE
113 #define CON_PRINTBUFFER (1)
114 #define CON_CONSDEV (2)
115 #define CON_ENABLED (4)
117 #define CON_ANYTIME (16)
138 #define for_each_console(con) \
139 for (con = console_drivers; con != NULL; con = con->next)
158 char *console_options,
char *braille_options);
175 #define WARN_CONSOLE_UNLOCKED() WARN_ON(!is_console_locked() && !oops_in_progress)
177 #define WARN_CONSOLE_UNLOCKED()
181 #define VESA_NO_BLANKING 0
182 #define VESA_VSYNC_SUSPEND 1
183 #define VESA_HSYNC_SUSPEND 2
184 #define VESA_POWERDOWN 3
186 #ifdef CONFIG_VGA_CONSOLE