summaryrefslogtreecommitdiff
path: root/tools/src/cpufreq.h
blob: 7710f20061812121492765410302d15c72363b66 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: MIT */

#ifndef CPUFREQ_H
#define CPUFREQ_H

int cpufreq_init(void);

#endif