diff options
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 537ff842ff73..28734ee185a7 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h | |||
@@ -919,6 +919,9 @@ static inline bool policy_has_boost_freq(struct cpufreq_policy *policy) | |||
919 | 919 | ||
920 | extern unsigned int arch_freq_get_on_cpu(int cpu); | 920 | extern unsigned int arch_freq_get_on_cpu(int cpu); |
921 | 921 | ||
922 | extern void arch_set_freq_scale(struct cpumask *cpus, unsigned long cur_freq, | ||
923 | unsigned long max_freq); | ||
924 | |||
922 | /* the following are really really optional */ | 925 | /* the following are really really optional */ |
923 | extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs; | 926 | extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs; |
924 | extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs; | 927 | extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs; |