blob: 90a102fb20dedd567196bc4ad4cf6a79c70f26aa [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnaldo Carvalho de Melo09f6acf2015-09-10 12:20:14 -03002#ifndef __API_CPU__
3#define __API_CPU__
4
5int cpu__get_max_freq(unsigned long long *freq);
6
7#endif /* __API_CPU__ */