Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform data for the TI bq25890 battery charger driver.
0004  */
0005 
0006 #ifndef _BQ25890_CHARGER_H_
0007 #define _BQ25890_CHARGER_H_
0008 
0009 struct regulator_init_data;
0010 
0011 struct bq25890_platform_data {
0012     const struct regulator_init_data *regulator_init_data;
0013 };
0014 
0015 #endif