diff options
Diffstat (limited to 'include/linux/screen_info.h')
| -rw-r--r-- | include/linux/screen_info.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/screen_info.h b/include/linux/screen_info.h index 899fbb487c9..fb3c5a8fef3 100644 --- a/include/linux/screen_info.h +++ b/include/linux/screen_info.h @@ -68,6 +68,8 @@ struct screen_info {  #define VIDEO_FLAGS_NOCURSOR	(1 << 0) /* The video mode has no cursor set */ +#define VIDEO_CAPABILITY_SKIP_QUIRKS	(1 << 0) +  #ifdef __KERNEL__  extern struct screen_info screen_info;  |