]> Git Repo - linux.git/blob - include/linux/power/ab8500.h
Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3...
[linux.git] / include / linux / power / ab8500.h
1 /*
2  * Copyright (C) ST-Ericsson 2013
3  * Author: Hongbo Zhang <[email protected]>
4  * License terms: GNU General Public License v2
5  */
6
7 #ifndef PWR_AB8500_H
8 #define PWR_AB8500_H
9
10 extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
11 extern const int ab8500_temp_tbl_a_size;
12
13 extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[];
14 extern const int ab8500_temp_tbl_b_size;
15
16 #endif /* PWR_AB8500_H */
This page took 0.026986 seconds and 4 git commands to generate.