Merge tag 'omap-for-v4.7-dts-fixes1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / iio / accel / bmc150-accel.h
1 #ifndef _BMC150_ACCEL_H_
2 #define _BMC150_ACCEL_H_
3
4 struct regmap;
5
6 enum {
7         bmc150,
8         bmi055,
9         bma255,
10         bma250e,
11         bma222e,
12         bma280,
13 };
14
15 int bmc150_accel_core_probe(struct device *dev, struct regmap *regmap, int irq,
16                             const char *name, bool block_supported);
17 int bmc150_accel_core_remove(struct device *dev);
18 extern const struct dev_pm_ops bmc150_accel_pm_ops;
19 extern const struct regmap_config bmc150_regmap_conf;
20
21 #endif  /* _BMC150_ACCEL_H_ */