diff options
author | Chaitanya Bandi <bandik@nvidia.com> | 2013-12-30 17:23:51 +0530 |
---|---|---|
committer | Laxman Dewangan <ldewangan@nvidia.com> | 2014-01-07 03:10:41 -0800 |
commit | c60b8066e3faeab7e64acf6ef5e4677226cecad4 (patch) | |
tree | 2230add07142a0d59c1c2a634df1ba6ecbbaa60a /include/linux/power | |
parent | 7fe3295e746a0f0e744c87b8c504435493809119 (diff) |
power: lc709203f: Add lc709203f fuel gauge driver
Added On-semi's LC709203F fuel gauge driver.
Bug 1388336
Change-Id: Id9f4c0f752e9f452c0c5f61db0d1032c52e07fb5
Signed-off-by: Chaitanya Bandi <bandik@nvidia.com>
Reviewed-on: http://git-master/r/350572
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'include/linux/power')
-rw-r--r-- | include/linux/power/lc709203f_battery.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/include/linux/power/lc709203f_battery.h b/include/linux/power/lc709203f_battery.h new file mode 100644 index 000000000000..048500103adc --- /dev/null +++ b/include/linux/power/lc709203f_battery.h @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef __LC709203F_BATTERY_H_ +#define __LC709203F_BATTERY_H_ + +struct lc709203f_platform_data { + const char *tz_name; +}; + +#endif |