#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