aboutsummaryrefslogtreecommitdiffstats
path: root/cpufreq.h
blob: de52bca70271bd318aeafc97a77b15614213bc03 (plain)
1
2
3
4
5
6
7
#ifndef HAVE_CPUFREQ_H
#define HAVE_CPUFREQ_H

int cpufreq_set_str(char *parameter,char *value,long int checkdelay);
int cpufreq_set_long_int(char *parameter,long int value,long int checkdelay);

#endif