diff options
Diffstat (limited to 'include/linux/bq27x00.h')
-rw-r--r-- | include/linux/bq27x00.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/include/linux/bq27x00.h b/include/linux/bq27x00.h new file mode 100644 index 00000000000..b95cd203523 --- /dev/null +++ b/include/linux/bq27x00.h | |||
@@ -0,0 +1,30 @@ | |||
1 | /* | ||
2 | * include/linux/bq27x00.h | ||
3 | * | ||
4 | * BQ27x00 battery driver | ||
5 | * | ||
6 | * Copyright (c) 2011, NVIDIA Corporation. | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
16 | * more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along | ||
19 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
20 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
21 | */ | ||
22 | |||
23 | #ifndef _LINUX_BQ27x00_H | ||
24 | #define _LINUX_BQ27x00_H | ||
25 | |||
26 | struct bq27x00_platform_data { | ||
27 | int ac_persent_gpio; | ||
28 | }; | ||
29 | |||
30 | #endif /* _LINUX_BQ27x00_H */ | ||