summaryrefslogtreecommitdiff
path: root/include/linux/ktd2801_bl.h
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /include/linux/ktd2801_bl.h
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'include/linux/ktd2801_bl.h')
-rw-r--r--include/linux/ktd2801_bl.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/linux/ktd2801_bl.h b/include/linux/ktd2801_bl.h
new file mode 100644
index 00000000..9f0b162f
--- /dev/null
+++ b/include/linux/ktd2801_bl.h
@@ -0,0 +1,25 @@
+ /*******************************************************************************
+ * Copyright 2010 Broadcom Corporation. All rights reserved.
+ *
+ * @file include/linux/ktd253b_bl.h
+ *
+ * Unless you and Broadcom execute a separate written software license agreement
+ * governing use of this software, this software is licensed to you under the
+ * terms of the GNU General Public License version 2, available at
+ * http://www.gnu.org/copyleft/gpl.html (the "GPL").
+ *
+ * Notwithstanding the above, under no circumstances may you combine this
+ * software in any way with any other Broadcom software provided under a license
+ * other than the GPL, without Broadcom's express prior written consent.
+ *******************************************************************************/
+
+ /*
+ * Generic S2C based backlight driver data
+ * - see drivers/video/backlightcat4253_bl.c
+ */
+ #ifndef __LINUX_KTD253B_BL_H
+ #define __LINUX_KTD253B_BL_H
+extern int is_poweron;
+extern int wakeup_brightness;
+void ktd_backlight_set_brightness(int level);
+ #endif