bmc150_magn.h 376 B

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