xref: /kernel/linux/linux-5.10/drivers/iio/gyro/bmg160.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/iio/gyro/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef BMG160_H_
38c2ecf20Sopenharmony_ci#define BMG160_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciextern const struct dev_pm_ops bmg160_pm_ops;
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciint bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
88c2ecf20Sopenharmony_ci		      const char *name);
98c2ecf20Sopenharmony_civoid bmg160_core_remove(struct device *dev);
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif  /* BMG160_H_ */
12

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