tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / include / linux / rt4502_bl.h
1  /*******************************************************************************
2  * Copyright 2010 Broadcom Corporation.  All rights reserved.
3  *
4  *               @file           include/linux/ktd253b_bl.h
5  *
6  * Unless you and Broadcom execute a separate written software license agreement
7  * governing use of this software, this software is licensed to you under the
8  * terms of the GNU General Public License version 2, available at
9  * http://www.gnu.org/copyleft/gpl.html (the "GPL").
10  *
11  * Notwithstanding the above, under no circumstances may you combine this
12  * software in any way with any other Broadcom software provided under a license
13  * other than the GPL, without Broadcom's express prior written consent.
14  *******************************************************************************/
15
16  /*
17   * Generic S2C based backlight driver data
18   * - see drivers/video/backlightcat4253_bl.c
19   */
20
21
22  #ifndef __LINUX_RT4502_BL_H
23  
24  #define __LINUX_RT4502_BL_H
25 struct platform_rt4502_backlight_data {
26          unsigned int max_brightness;
27          unsigned int dft_brightness;
28          unsigned int ctrl_pin;
29 };
30  
31  #endif