-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 62231 b: refs/heads/master c: 74889e4 h: refs/heads/master i: 62229: ff99a15 62227: 5e46089 62223: 183bed1 v: v3
- Loading branch information
Christian Krafft
authored and
Arnd Bergmann
committed
Jul 20, 2007
1 parent
35179f7
commit 5dc883d
Showing
7 changed files
with
310 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1e21fd5af3797a2c322e1723c69732e77aa74f48 | ||
refs/heads/master: 74889e41d9a1f80928130a02af9b010673bc5ba7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* cbe_cpufreq.h | ||
* | ||
* This file contains the definitions used by the cbe_cpufreq driver. | ||
* | ||
* (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 | ||
* | ||
* Author: Christian Krafft <krafft@de.ibm.com> | ||
* | ||
*/ | ||
|
||
#include <linux/cpufreq.h> | ||
#include <linux/types.h> | ||
|
||
int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode); | ||
int cbe_cpufreq_get_pmode(int cpu); | ||
|
||
int cbe_cpufreq_set_pmode_pmi(int cpu, unsigned int pmode); | ||
|
||
#if defined(CONFIG_CBE_CPUFREQ_PMI) || defined(CONFIG_CBE_CPUFREQ_PMI_MODULE) | ||
extern bool cbe_cpufreq_has_pmi; | ||
#else | ||
#define cbe_cpufreq_has_pmi (0) | ||
#endif |
Oops, something went wrong.