initial commit
This commit is contained in:
6
include/brightness_control.h
Normal file
6
include/brightness_control.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef BRIGHTNESS_CONTROL_H
|
||||
#define BRIGHTNESS_CONTROL_H
|
||||
|
||||
int adjust_brightness(int value);
|
||||
|
||||
#endif
|
||||
6
include/cpu_control.h
Normal file
6
include/cpu_control.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef CPU_CONTROL_H
|
||||
#define CPU_CONTROL_H
|
||||
|
||||
void set_cpu_governor(const char *governor);
|
||||
|
||||
#endif
|
||||
7
include/service_control.h
Normal file
7
include/service_control.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SERVICE_CONTROL_H
|
||||
#define SERVICE_CONTROL_H
|
||||
|
||||
int disable_services();
|
||||
int enable_services();
|
||||
|
||||
#endif
|
||||
8
include/utils.h
Normal file
8
include/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
void log_status(const char *message);
|
||||
void print_status();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user