CRIS: UAPI: use generic sembuf.h
[linux-2.6/btrfs-unstable.git] / include / linux / power / ab8500.h
blobcdbb6c2a8c519d045f9521296dde9757c6ea704d
1 /*
2 * Copyright (C) ST-Ericsson 2013
3 * Author: Hongbo Zhang <hongbo.zhang@linaro.com>
4 * License terms: GNU General Public License v2
5 */
7 #ifndef PWR_AB8500_H
8 #define PWR_AB8500_H
10 extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[];
11 extern const int ab8500_temp_tbl_a_size;
13 extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[];
14 extern const int ab8500_temp_tbl_b_size;
16 #endif /* PWR_AB8500_H */