Go to the documentation of this file.
11 #include <linux/tty.h>
26 #ifdef CONFIG_VGA_CONSOLE
27 #define BROKEN_GRAPHICS_PROGRAMS 1
52 #define update_screen(x) redraw_screen(x, 0)
53 #define switch_screen(x) redraw_screen(x, 1)
58 #ifdef CONFIG_CONSOLE_TRANSLATIONS
75 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \
76 ((vc)->vc_toggle_meta ? 0x80 : 0)])
125 #define vc_translate(vc, c) (c)
137 static inline bool vt_force_oops_output(
struct vc_data *
vc)