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