xref: /kernel/linux/linux-6.6/drivers/iio/magnetometer/bmc150_magn.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/iio/magnetometer/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _BMC150_MAGN_H_
362306a36Sopenharmony_ci#define _BMC150_MAGN_H_
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciextern const struct regmap_config bmc150_magn_regmap_config;
662306a36Sopenharmony_ciextern const struct dev_pm_ops bmc150_magn_pm_ops;
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciint bmc150_magn_probe(struct device *dev, struct regmap *regmap, int irq,
962306a36Sopenharmony_ci		      const char *name);
1062306a36Sopenharmony_civoid bmc150_magn_remove(struct device *dev);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#endif /* _BMC150_MAGN_H_ */
13

Indexes created Thu Nov 07 10:32:03 CST 2024