diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/thermal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 8611e3eba60c..32af124d23cd 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
@@ -185,6 +185,10 @@ struct thermal_cooling_device *thermal_cooling_device_register(char *, void *, | |||
185 | const struct thermal_cooling_device_ops *); | 185 | const struct thermal_cooling_device_ops *); |
186 | void thermal_cooling_device_unregister(struct thermal_cooling_device *); | 186 | void thermal_cooling_device_unregister(struct thermal_cooling_device *); |
187 | 187 | ||
188 | int get_tz_trend(struct thermal_zone_device *, int); | ||
189 | struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, | ||
190 | struct thermal_cooling_device *, int); | ||
191 | |||
188 | #ifdef CONFIG_NET | 192 | #ifdef CONFIG_NET |
189 | extern int thermal_generate_netlink_event(u32 orig, enum events event); | 193 | extern int thermal_generate_netlink_event(u32 orig, enum events event); |
190 | #else | 194 | #else |