Input: hilkbd - Add casts to HP9000/300 I/O accessors
[linux/fpc-iii.git] / drivers / iio / magnetometer / bmc150_magn.h
blob3b69232afd2c003a90924fc1be8896c5c01c92a5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BMC150_MAGN_H_
3 #define _BMC150_MAGN_H_
5 extern const struct regmap_config bmc150_magn_regmap_config;
6 extern const struct dev_pm_ops bmc150_magn_pm_ops;
8 int bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
9 const char *name);
10 int bmc150_magn_remove(struct device *dev);
12 #endif /* _BMC150_MAGN_H_ */