cpu.h 116 B

1234567
  1. #ifndef __API_CPU__
  2. #define __API_CPU__
  3. int cpu__get_max_freq(unsigned long long *freq);
  4. #endif /* __API_CPU__ */