drm/radeon/atpx: hybrid platforms use d3cold
[deliverable/linux.git] / drivers / iio / magnetometer / bmc150_magn.h
1 #ifndef _BMC150_MAGN_H_
2 #define _BMC150_MAGN_H_
3
4 extern const struct regmap_config bmc150_magn_regmap_config;
5 extern const struct dev_pm_ops bmc150_magn_pm_ops;
6
7 int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
8 const char *name);
9 int bmc150_magn_remove(struct device *dev);
10
11 #endif /* _BMC150_MAGN_H_ */
This page took 0.031969 seconds and 5 git commands to generate.