cpufreq: intel_pstate: Implement passive mode with HWP enabled
[sfrench/cifs-2.6.git] / include / linux / cpufreq.h
index 58687a5bf9c8091f51e4c393796397b3dc1aa35b..8f141d4c859ce20cf8f6068148d8c78d4e7fb4c4 100644 (file)
@@ -576,6 +576,8 @@ unsigned int cpufreq_driver_resolve_freq(struct cpufreq_policy *policy,
 unsigned int cpufreq_policy_transition_delay_us(struct cpufreq_policy *policy);
 int cpufreq_register_governor(struct cpufreq_governor *governor);
 void cpufreq_unregister_governor(struct cpufreq_governor *governor);
+int cpufreq_start_governor(struct cpufreq_policy *policy);
+void cpufreq_stop_governor(struct cpufreq_policy *policy);
 
 #define cpufreq_governor_init(__governor)                      \
 static int __init __governor##_init(void)                      \