Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef FXOS8700_H_
0003 #define FXOS8700_H_
0004 
0005 extern const struct regmap_config fxos8700_regmap_config;
0006 
0007 int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
0008             const char *name, bool use_spi);
0009 
0010 #endif  /* FXOS8700_H_ */