xref: /kernel/linux/linux-5.10/include/linux/power/ab8500.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/include/linux/power/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) ST-Ericsson 2013
48c2ecf20Sopenharmony_ci * Author: Hongbo Zhang <hongbo.zhang@linaro.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef PWR_AB8500_H
88c2ecf20Sopenharmony_ci#define PWR_AB8500_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciextern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
118c2ecf20Sopenharmony_ciextern const int ab8500_temp_tbl_a_size;
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciextern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[];
148c2ecf20Sopenharmony_ciextern const int ab8500_temp_tbl_b_size;
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* PWR_AB8500_H */
17

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