bmc150_magn.h 337 B

1234567891011
  1. #ifndef _BMC150_MAGN_H_
  2. #define _BMC150_MAGN_H_
  3. extern const struct regmap_config bmc150_magn_regmap_config;
  4. extern const struct dev_pm_ops bmc150_magn_pm_ops;
  5. int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
  6. const char *name);
  7. int bmc150_magn_remove(struct device *dev);
  8. #endif /* _BMC150_MAGN_H_ */