• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
1/*
2 *  (c) 2010 Advanced Micro Devices, Inc.
3 *  Your use of this code is subject to the terms and conditions of the
4 *  GNU general public license version 2. See "COPYING" or
5 *  http://www.gnu.org/licenses/gpl.html
6 */
7
8unsigned int cpufreq_get_measured_perf(struct cpufreq_policy *policy,
9					unsigned int cpu);
10