summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSandor <R01008@freescale.com>2013-04-27 10:33:34 +0800
committerSandor Yu <R01008@freescale.com>2013-06-27 10:19:06 +0800
commit64f1fb5245bc83cb3143cfbc8efbdfe03bf246f9 (patch)
tree8ff5faa6aa5eb1ad750fa1c51e4044165bdd68ce /arch
parent56d5f2926568ecc96e88bf7028495f35b4fa1148 (diff)
ENGR00238991-02 MX6 HDCP add IOCTL command define
Add HDCP IOCTL command define Signed-off-by: Sandor <R01008@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc_hdmi.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_hdmi.h b/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
index 60946cadc441..94f76380caf6 100644
--- a/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
+++ b/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
+ * Copyright (C) 2011-2013 Freescale Semiconductor, Inc.
*/
/*
@@ -1085,4 +1085,11 @@ enum {
};
+/* IOCTL commands */
+#define HDMI_IOC_MAGIC 'H'
+
+#define HDMI_IOC_GET_RESOURCE _IO(HDMI_IOC_MAGIC, 0)
+#define HDMI_IOC_GET_CPU_TYPE _IO(HDMI_IOC_MAGIC, 1)
+
+
#endif /* __MXC_HDMI_H__ */