ab8500-bm.h (611ac726f9ebbb12f2113e5345ef109660954eeb) ab8500-bm.h (c5b64a990e7f3b0e3d9bf266b57384467fe382de)
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef _AB8500_CHARGER_H_
4#define _AB8500_CHARGER_H_
5
6#include <linux/kernel.h>
7
8/*

--- 715 unchanged lines hidden (view full) ---

724int ab8500_fg_inst_curr_started(struct ab8500_fg *di);
725int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
726int ab8500_bm_of_probe(struct device *dev,
727 struct device_node *np,
728 struct abx500_bm_data *bm);
729
730extern struct platform_driver ab8500_fg_driver;
731extern struct platform_driver ab8500_btemp_driver;
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef _AB8500_CHARGER_H_
4#define _AB8500_CHARGER_H_
5
6#include <linux/kernel.h>
7
8/*

--- 715 unchanged lines hidden (view full) ---

724int ab8500_fg_inst_curr_started(struct ab8500_fg *di);
725int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
726int ab8500_bm_of_probe(struct device *dev,
727 struct device_node *np,
728 struct abx500_bm_data *bm);
729
730extern struct platform_driver ab8500_fg_driver;
731extern struct platform_driver ab8500_btemp_driver;
732extern struct platform_driver abx500_chargalg_driver;
732extern struct platform_driver ab8500_chargalg_driver;
733
734#endif /* _AB8500_CHARGER_H_ */
733
734#endif /* _AB8500_CHARGER_H_ */