aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 66226824ab68..8628423c6dd3 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -529,6 +529,8 @@ struct fb_cursor_user {
529#define FB_EVENT_CONBLANK 0x0C 529#define FB_EVENT_CONBLANK 0x0C
530/* Get drawing requirements */ 530/* Get drawing requirements */
531#define FB_EVENT_GET_REQ 0x0D 531#define FB_EVENT_GET_REQ 0x0D
532/* Unbind from the console if possible */
533#define FB_EVENT_FB_UNBIND 0x0E
532 534
533struct fb_event { 535struct fb_event {
534 struct fb_info *info; 536 struct fb_info *info;