xref: /linux/drivers/iio/imu/fxos8700.h (revision df24e1783e6e0eb3dc0e3ba5a8df3bb0cc537408)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef FXOS8700_H_
3 #define FXOS8700_H_
4 
5 extern const struct regmap_config fxos8700_regmap_config;
6 
7 int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
8 			const char *name, bool use_spi);
9 
10 #endif  /* FXOS8700_H_ */
11