/* SPDX-License-Identifier: MIT */ #ifndef CPUFREQ_H #define CPUFREQ_H int cpufreq_init(void); #endif