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