diff options
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index bc24beeed971..70da819df0f5 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -495,6 +495,9 @@ struct fb_cursor_user { | |||
495 | #define FB_EVENT_BLANK 0x08 | 495 | #define FB_EVENT_BLANK 0x08 |
496 | /* Private modelist is to be replaced */ | 496 | /* Private modelist is to be replaced */ |
497 | #define FB_EVENT_NEW_MODELIST 0x09 | 497 | #define FB_EVENT_NEW_MODELIST 0x09 |
498 | /* The resolution of the passed in fb_info about to change and | ||
499 | all vc's should be changed */ | ||
500 | #define FB_EVENT_MODE_CHANGE_ALL 0x0A | ||
498 | 501 | ||
499 | struct fb_event { | 502 | struct fb_event { |
500 | struct fb_info *info; | 503 | struct fb_info *info; |