bmg160.h 294 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef BMG160_H_
  3. #define BMG160_H_
  4. extern const struct dev_pm_ops bmg160_pm_ops;
  5. int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
  6. const char *name);
  7. void bmg160_core_remove(struct device *dev);
  8. #endif /* BMG160_H_ */