aboutsummaryrefslogtreecommitdiffstats
path: root/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpufreq.h')
-rw-r--r--cpufreq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpufreq.h b/cpufreq.h
index 9e4feca..8e8d74c 100644
--- a/cpufreq.h
+++ b/cpufreq.h
@@ -21,5 +21,6 @@
int cpufreq_set_str(char *parameter,char *value,long int checkdelay);
int cpufreq_set_long_int(char *parameter,long int value,long int checkdelay);
+long int cpufreq_get_long_int(char *parameter);
#endif