summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-12-26 16:21:26 +0800
committerTerry Lv <r65388@freescale.com>2011-12-27 14:17:42 +0800
commitc924e2ebb23dfa30f008144649e43202f75ba468 (patch)
treea2e0f2e6dae9923cc1b3e24cdfb020eac1d56a8f /include
parentd783c0c33e07db6a949e7547a7a2a8e36f587a82 (diff)
ENGR00139278-3: Add MLB main driver for mx6q
Add MLB main driver for mx6q. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxc_mlb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mxc_mlb.h b/include/linux/mxc_mlb.h
index 7c8afea2f64d..7ac953c84dd3 100644
--- a/include/linux/mxc_mlb.h
+++ b/include/linux/mxc_mlb.h
@@ -17,6 +17,7 @@
#define _MXC_MLB_H
/* define IOCTL command */
+#define MLB_DBG_RUNTIME _IO('S', 0x09)
#define MLB_SET_FPS _IOW('S', 0x10, unsigned int)
#define MLB_GET_VER _IOR('S', 0x11, unsigned long)
#define MLB_SET_DEVADDR _IOR('S', 0x12, unsigned char)