cpufreq: Register notifiers with the PM QoS framework
[linux-2.6-block.git] / include / linux / cpufreq.h
index a1467aa7f58b6d48ae819100316cc5ecb30d59a0..95425941f46d8e32eaf31a3f8d559a4587f1fc1a 100644 (file)
@@ -147,6 +147,9 @@ struct cpufreq_policy {
 
        /* Pointer to the cooling device if used for thermal mitigation */
        struct thermal_cooling_device *cdev;
+
+       struct notifier_block nb_min;
+       struct notifier_block nb_max;
 };
 
 struct cpufreq_freqs {