smol-gilbraltar/include/power.h
2024-12-23 01:46:17 +01:00

7 lines
107 B
C

#ifndef __GILBRALTAR_POWER__
#define __GILBRALTAR_POWER__
void reboot(void);
void poweroff(void);
#endif