blob: 81e9d3955961ef6533919a8494c2f81a8152a99e [file] [log] [blame]
Arnaldo Carvalho de Melo09f6acf2015-09-10 12:20:14 -03001#ifndef __API_CPU__
2#define __API_CPU__
3
4int cpu__get_max_freq(unsigned long long *freq);
5
6#endif /* __API_CPU__ */