/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __API_CPU__ #define __API_CPU__ int cpu__get_max_freq(unsigned long long *freq); #endif /* __API_CPU__ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Arnaldo Carvalho de Melo | 19 | 95.00% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 5.00% | 1 | 50.00% |
Total | 20 | 100.00% | 2 | 100.00% |