summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/therm_est.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/linux/therm_est.h b/include/linux/therm_est.h
index 29bdf8ba6..8d48ed1db 100644
--- a/include/linux/therm_est.h
+++ b/include/linux/therm_est.h
@@ -31,12 +31,13 @@ struct therm_est_subdevice {
31}; 31};
32 32
33struct therm_est_data { 33struct therm_est_data {
34 /* trip point info : there's only 1 trip point */
35 char *cdev_type; /* cooling device for this trip */
36 long trip_temp;
37
38 /* zone parameters */
34 long toffset; 39 long toffset;
35 long polling_period; 40 long polling_period;
36 struct thermal_cooling_device *cdev;
37 long trip_temp;
38 int tc1;
39 int tc2;
40 int passive_delay; 41 int passive_delay;
41 int ndevs; 42 int ndevs;
42 struct therm_est_subdevice devs[]; 43 struct therm_est_subdevice devs[];