]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/iio/gyro/bmg160.h
Merge tag 'tty-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[karo-tx-linux.git] / drivers / iio / gyro / bmg160.h
1 #ifndef BMG160_H_
2 #define BMG160_H_
3
4 extern const struct dev_pm_ops bmg160_pm_ops;
5
6 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
7                       const char *name);
8 void bmg160_core_remove(struct device *dev);
9
10 #endif  /* BMG160_H_ */