Revision d07f6ca923ea0927a1024dfccafc5b53b61cfecc authored by Linus Torvalds on 16 May 2021, 22:27:44 UTC, committed by Linus Torvalds on 16 May 2021, 22:27:44 UTC
1 parent 28183db
Raw File
fxos8700.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef FXOS8700_H_
#define FXOS8700_H_

extern const struct regmap_config fxos8700_regmap_config;

int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
			const char *name, bool use_spi);

#endif  /* FXOS8700_H_ */
back to top