Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / iio / gyro / bmg160.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef BMG160_H_
3 #define BMG160_H_
4
5 extern const struct dev_pm_ops bmg160_pm_ops;
6
7 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
8                       const char *name);
9 void bmg160_core_remove(struct device *dev);
10
11 #endif  /* BMG160_H_ */