1 #ifndef __API_CPU__ 2 #define __API_CPU__ 3 4 int cpu__get_max_freq(unsigned long long *freq); 5 6 #endif /* __API_CPU__ */ 7