summaryrefslogtreecommitdiff
path: root/tools/src/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/cpufreq.h')
-rw-r--r--tools/src/cpufreq.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/src/cpufreq.h b/tools/src/cpufreq.h
new file mode 100644
index 0000000..7710f20
--- /dev/null
+++ b/tools/src/cpufreq.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: MIT */
+
+#ifndef CPUFREQ_H
+#define CPUFREQ_H
+
+int cpufreq_init(void);
+
+#endif