Introduce THERMAL_TREND_RAISE_FULL and THERMAL_TREND_DROP_FULL
[deliverable/linux.git] / include / linux / thermal.h
index fe82022478e7f7ad20affd6c5ce4706c69205375..883bcda7e1e45d8504e4d2169471dcf70537742b 100644 (file)
@@ -74,6 +74,8 @@ enum thermal_trend {
        THERMAL_TREND_STABLE, /* temperature is stable */
        THERMAL_TREND_RAISING, /* temperature is raising */
        THERMAL_TREND_DROPPING, /* temperature is dropping */
+       THERMAL_TREND_RAISE_FULL, /* apply highest cooling action */
+       THERMAL_TREND_DROP_FULL, /* apply lowest cooling action */
 };
 
 /* Events supported by Thermal Netlink */
This page took 0.035257 seconds and 5 git commands to generate.