Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __API_CPU__
0003 #define __API_CPU__
0004 
0005 int cpu__get_max_freq(unsigned long long *freq);
0006 
0007 #endif /* __API_CPU__ */