summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/video/backlight/wmt_bl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/video/backlight/wmt_bl.h')
-rwxr-xr-xANDROID_3.4.5/drivers/video/backlight/wmt_bl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/video/backlight/wmt_bl.h b/ANDROID_3.4.5/drivers/video/backlight/wmt_bl.h
new file mode 100755
index 00000000..a25117b9
--- /dev/null
+++ b/ANDROID_3.4.5/drivers/video/backlight/wmt_bl.h
@@ -0,0 +1,12 @@
+#ifndef _LINUX_WMT_BL_H
+#define _LINUX_WMT_BL_H
+
+
+/* Backlight close or open events */
+#define BL_CLOSE 0x0001 /* Close the backlight */
+#define BL_OPEN 0x0002 /* Open the backlight */
+
+//extern int bl_notifier_call_chain(unsigned long val);
+
+#endif
+