From fdeb3ca9884d4e02474a2dc3588c481db1a23e90 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Mon, 26 Dec 2011 16:21:26 +0800 Subject: ENGR00139278-3: Add MLB main driver for mx6q Add MLB main driver for mx6q. Signed-off-by: Terry Lv --- include/linux/mxc_mlb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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) -- cgit v1.2.3