/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef __CHARGER_BQ24735_H_ #define __CHARGER_BQ24735_H_ #include <linux/types.h> #include <linux/power_supply.h> struct bq24735_platform { … }; #endif /* __CHARGER_BQ24735_H_ */
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef __CHARGER_BQ24735_H_ #define __CHARGER_BQ24735_H_ #include <linux/types.h> #include <linux/power_supply.h> struct bq24735_platform { … }; #endif /* __CHARGER_BQ24735_H_ */