diff options
author | Jason Chen <b02280@freescale.com> | 2011-07-13 12:17:17 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:14:25 +0800 |
commit | a13128274b7a66083893dce38a20b90a9051d14c (patch) | |
tree | f1c1ee64e234a971252bc116423f8da6c5e8361d | |
parent | 386ddf6baafef04f5f852a06c07627726e476a25 (diff) |
ENGR00152845-5 fb: add PREMODE_CHANGE event support.
change fb.h to support PREMODE_CHANGE event.
Signed-off-by: Jason Chen <jason.chen@freescale.com>
-rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index f9d013d09bc7..d344507460b5 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -549,6 +549,8 @@ struct fb_cursor_user { #define FB_EVENT_FB_UNBIND 0x0E /* CONSOLE-SPECIFIC: remap all consoles to new fb - for vga switcheroo */ #define FB_EVENT_REMAP_ALL_CONSOLE 0x0F +/* PRE MODE CHANGE added by fsl */ +#define FB_EVENT_PREMODE_CHANGE 0x10 struct fb_event { struct fb_info *info; |