Merge tag 'drm-misc-next-2019-04-10' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-block.git] / include / linux / power / bq24190_charger.h
CommitLineData
66b6bef2
HG
1/*
2 * Platform data for the TI bq24190 battery charger driver.
3 *
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 */
8
9#ifndef _BQ24190_CHARGER_H_
10#define _BQ24190_CHARGER_H_
11
12#include <linux/regulator/machine.h>
13
14struct bq24190_platform_data {
15 const struct regulator_init_data *regulator_init_data;
16};
17
18#endif