Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.4-rc3 6 lines 116 B view raw
1#ifndef __API_CPU__ 2#define __API_CPU__ 3 4int cpu__get_max_freq(unsigned long long *freq); 5 6#endif /* __API_CPU__ */