From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- include/linux/rt4502_bl.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 include/linux/rt4502_bl.h (limited to 'include/linux/rt4502_bl.h') diff --git a/include/linux/rt4502_bl.h b/include/linux/rt4502_bl.h new file mode 100644 index 00000000..af8fd649 --- /dev/null +++ b/include/linux/rt4502_bl.h @@ -0,0 +1,31 @@ + /******************************************************************************* + * 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_RT4502_BL_H + + #define __LINUX_RT4502_BL_H +struct platform_rt4502_backlight_data { + unsigned int max_brightness; + unsigned int dft_brightness; + unsigned int ctrl_pin; +}; + + #endif \ No newline at end of file -- cgit v1.3.1