blob: 3eace725ccd6c6c20c8db9abfaf139b15d41c3cb [file] [log] [blame]
Christian Krafft74889e42007-07-20 21:39:22 +02001/*
Viresh Kumar6eb1c372013-03-25 11:20:23 +05302 * ppc_cbe_cpufreq.h
Christian Krafft74889e42007-07-20 21:39:22 +02003 *
4 * This file contains the definitions used by the cbe_cpufreq driver.
5 *
6 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007
7 *
8 * Author: Christian Krafft <krafft@de.ibm.com>
9 *
10 */
11
12#include <linux/cpufreq.h>
13#include <linux/types.h>
14
15int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode);
16int cbe_cpufreq_get_pmode(int cpu);
17
18int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode);
19
Javier Martinez Canillas6de0dc42016-04-26 20:14:13 -040020#if IS_ENABLED(CONFIG_CPU_FREQ_CBE_PMI)
Christian Krafft74889e42007-07-20 21:39:22 +020021extern bool cbe_cpufreq_has_pmi;
22#else
23#define cbe_cpufreq_has_pmi (0)
24#endif