ltc2947.h 277 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _LINUX_LTC2947_H
  3. #define _LINUX_LTC2947_H
  4. struct regmap;
  5. extern const struct of_device_id ltc2947_of_match[];
  6. extern const struct dev_pm_ops ltc2947_pm_ops;
  7. int ltc2947_core_probe(struct regmap *map, const char *name);
  8. #endif