Files
battery_saving_mode_project/include/service_control.h
2024-09-29 02:33:35 -04:00

8 lines
108 B
C

#ifndef SERVICE_CONTROL_H
#define SERVICE_CONTROL_H
int disable_services();
int enable_services();
#endif