fxos8700.h 269 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef FXOS8700_H_
  3. #define FXOS8700_H_
  4. extern const struct regmap_config fxos8700_regmap_config;
  5. int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
  6. const char *name, bool use_spi);
  7. #endif /* FXOS8700_H_ */