smol-gilbraltar/include/power.h

8 lines
107 B
C
Raw Permalink Normal View History

2024-12-23 00:46:17 +00:00
#ifndef __GILBRALTAR_POWER__
#define __GILBRALTAR_POWER__
void reboot(void);
void poweroff(void);
#endif