7 lines
98 B
C
7 lines
98 B
C
#ifndef CPU_CONTROL_H
|
|
#define CPU_CONTROL_H
|
|
|
|
void set_cpu_governor(const char *governor);
|
|
|
|
#endif
|