initial commit

This commit is contained in:
klein panic
2024-09-29 02:33:35 -04:00
commit 681acbf5ce
16 changed files with 179 additions and 0 deletions

6
include/cpu_control.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CPU_CONTROL_H
#define CPU_CONTROL_H
void set_cpu_governor(const char *governor);
#endif