]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/iio/imu/bmi160/bmi160.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / iio / imu / bmi160 / bmi160.h
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 void bmi160_core_remove(struct device *dev);
10
11 #endif /* BMI160_H_ */