diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/thermal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index a386a1cbb6e1..b4a975f25be0 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h | |||
| @@ -214,6 +214,14 @@ struct thermal_bind_params { | |||
| 214 | /* Structure to define Thermal Zone parameters */ | 214 | /* Structure to define Thermal Zone parameters */ |
| 215 | struct thermal_zone_params { | 215 | struct thermal_zone_params { |
| 216 | char governor_name[THERMAL_NAME_LENGTH]; | 216 | char governor_name[THERMAL_NAME_LENGTH]; |
| 217 | |||
| 218 | /* | ||
| 219 | * a boolean to indicate if the thermal to hwmon sysfs interface | ||
| 220 | * is required. when no_hwmon == false, a hwmon sysfs interface | ||
| 221 | * will be created. when no_hwmon == true, nothing will be done | ||
| 222 | */ | ||
| 223 | bool no_hwmon; | ||
| 224 | |||
| 217 | int num_tbps; /* Number of tbp entries */ | 225 | int num_tbps; /* Number of tbp entries */ |
| 218 | struct thermal_bind_params *tbp; | 226 | struct thermal_bind_params *tbp; |
| 219 | }; | 227 | }; |
