bmg160.h 255 B

12345678910
  1. #ifndef BMG160_H_
  2. #define BMG160_H_
  3. extern const struct dev_pm_ops bmg160_pm_ops;
  4. int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
  5. const char *name);
  6. void bmg160_core_remove(struct device *dev);
  7. #endif /* BMG160_H_ */