Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / linux / power / bq24190_charger.h
blob45ce7f116a91b83e05a70c066cc756ff23e8b044
1 /*
2 * Platform data for the TI bq24190 battery charger driver.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #ifndef _BQ24190_CHARGER_H_
10 #define _BQ24190_CHARGER_H_
12 #include <linux/regulator/machine.h>
14 struct bq24190_platform_data {
15 const struct regulator_init_data *regulator_init_data;
18 #endif