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