xref: /linux/tools/lib/api/cpu.h (revision 967628827f404b3063016c138ccc7b06c54350f8)
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