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

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

#endif