Go to the documentation of this file.
12 #ifndef _LINUX_CONSOLE_STRUCT_H
13 #define _LINUX_CONSOLE_STRUCT_H
15 #include <linux/wait.h>
127 #define CUR_UNDERLINE 2
128 #define CUR_LOWER_THIRD 3
129 #define CUR_LOWER_HALF 4
130 #define CUR_TWO_THIRDS 5
132 #define CUR_HWMASK 0x0f
133 #define CUR_SWMASK 0xfff0
135 #define CUR_DEFAULT CUR_UNDERLINE
137 #define CON_IS_VISIBLE(conp) (*conp->vc_display_fg == conp)