xref: /kernel/linux/linux-5.10/drivers/hwmon/ltc2947.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/hwmon/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _LINUX_LTC2947_H
38c2ecf20Sopenharmony_ci#define _LINUX_LTC2947_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct regmap;
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciextern const struct of_device_id ltc2947_of_match[];
88c2ecf20Sopenharmony_ciextern const struct dev_pm_ops ltc2947_pm_ops;
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciint ltc2947_core_probe(struct regmap *map, const char *name);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
13

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