diff options
Diffstat (limited to 'tools/power/cpupower/utils/helpers/sysfs.h')
-rw-r--r-- | tools/power/cpupower/utils/helpers/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/utils/helpers/sysfs.h b/tools/power/cpupower/utils/helpers/sysfs.h index 8cb797bbceb0..0401a97a4cab 100644 --- a/tools/power/cpupower/utils/helpers/sysfs.h +++ b/tools/power/cpupower/utils/helpers/sysfs.h | |||
@@ -19,7 +19,7 @@ extern char *sysfs_get_idlestate_name(unsigned int cpu, | |||
19 | unsigned int idlestate); | 19 | unsigned int idlestate); |
20 | extern char *sysfs_get_idlestate_desc(unsigned int cpu, | 20 | extern char *sysfs_get_idlestate_desc(unsigned int cpu, |
21 | unsigned int idlestate); | 21 | unsigned int idlestate); |
22 | extern int sysfs_get_idlestate_count(unsigned int cpu); | 22 | extern unsigned int sysfs_get_idlestate_count(unsigned int cpu); |
23 | 23 | ||
24 | extern char *sysfs_get_cpuidle_governor(void); | 24 | extern char *sysfs_get_cpuidle_governor(void); |
25 | extern char *sysfs_get_cpuidle_driver(void); | 25 | extern char *sysfs_get_cpuidle_driver(void); |