18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _BMC150_MAGN_H_ 38c2ecf20Sopenharmony_ci#define _BMC150_MAGN_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciextern const struct regmap_config bmc150_magn_regmap_config; 68c2ecf20Sopenharmony_ciextern const struct dev_pm_ops bmc150_magn_pm_ops; 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciint bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq, 98c2ecf20Sopenharmony_ci const char *name); 108c2ecf20Sopenharmony_ciint bmc150_magn_remove(struct device *dev); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* _BMC150_MAGN_H_ */ 13