bmi160.h 270 B

1234567891011
  1. #ifndef BMI160_H_
  2. #define BMI160_H_
  3. extern const struct regmap_config bmi160_regmap_config;
  4. int bmi160_core_probe(struct device *dev, struct regmap *regmap,
  5. const char *name, bool use_spi);
  6. void bmi160_core_remove(struct device *dev);
  7. #endif /* BMI160_H_ */