Merge tag 'lsk-android-14.04' into develop-3.10
[firefly-linux-kernel-4.4.55.git] / include / linux / regulator / charge-regulator.h
1 /* include/linux/regulator/charge-regulator.h\r
2  *\r
3  * Copyright (C) 2010 ROCKCHIP, Inc.\r
4  *\r
5  * This software is licensed under the terms of the GNU General Public\r
6  * License version 2, as published by the Free Software Foundation, and\r
7  * may be copied, distributed, and modified under those terms.\r
8  *\r
9  * This program is distributed in the hope that it will be useful,\r
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
12  * GNU General Public License for more details.\r
13  *\r
14  */\r
15 #ifndef __LINUX_REGULATOR_CHARGE_H\r
16 \r
17 #define __LINUX_REGULATOR_CHARGE_H\r
18
19 #include <linux/regulator/machine.h>
20
21 \r
22 struct regulator_init_data;\r
23
24 struct charge_platform_data {\r
25         int gpio_charge;\r
26         struct regulator_init_data *init_data;\r
27 };
28
29 #endif\r
30 \r