aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r--include/linux/cpufreq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index a5ce0bbeadb5..905117bd5012 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -883,6 +883,8 @@ static inline bool policy_has_boost_freq(struct cpufreq_policy *policy)
883} 883}
884#endif 884#endif
885 885
886extern unsigned int arch_freq_get_on_cpu(int cpu);
887
886/* the following are really really optional */ 888/* the following are really really optional */
887extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs; 889extern struct freq_attr cpufreq_freq_attr_scaling_available_freqs;
888extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs; 890extern struct freq_attr cpufreq_freq_attr_scaling_boost_freqs;