Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform data for the TI bq24190 battery charger driver.
0004  */
0005 
0006 #ifndef _BQ24190_CHARGER_H_
0007 #define _BQ24190_CHARGER_H_
0008 
0009 #include <linux/regulator/machine.h>
0010 
0011 struct bq24190_platform_data {
0012     const struct regulator_init_data *regulator_init_data;
0013 };
0014 
0015 #endif