summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-07-13 12:17:17 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:18:41 +0800
commita6321cdf0ed4b083e3ba2a7b03a2c2b81a628c01 (patch)
treed219f184a99faa13d79515baa0a8fc2e862b2d8e /include
parent34fd7c4af3ddfa229388bc3bf4d86ead529346ed (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>
Diffstat (limited to 'include')
-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 6a8274877171..8a38b1e3b098 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;