Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.10 16 lines 431 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) ST-Ericsson 2013 4 * Author: Hongbo Zhang <hongbo.zhang@linaro.com> 5 */ 6 7#ifndef PWR_AB8500_H 8#define PWR_AB8500_H 9 10extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[]; 11extern const int ab8500_temp_tbl_a_size; 12 13extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[]; 14extern const int ab8500_temp_tbl_b_size; 15 16#endif /* PWR_AB8500_H */