bmc150_magn.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) bmc150_magn.h (d04d46dd82ad10bdc3c9ce6a513e1fa1336719c4)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _BMC150_MAGN_H_
3#define _BMC150_MAGN_H_
4
5extern const struct regmap_config bmc150_magn_regmap_config;
6extern const struct dev_pm_ops bmc150_magn_pm_ops;
7
8int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
9 const char *name);
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _BMC150_MAGN_H_
3#define _BMC150_MAGN_H_
4
5extern const struct regmap_config bmc150_magn_regmap_config;
6extern const struct dev_pm_ops bmc150_magn_pm_ops;
7
8int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
9 const char *name);
10int bmc150_magn_remove(struct device *dev);
10void bmc150_magn_remove(struct device *dev);
11
12#endif /* _BMC150_MAGN_H_ */
11
12#endif /* _BMC150_MAGN_H_ */