aboutsummaryrefslogtreecommitdiff
path: root/src/sys/power.h
blob: 711842b2f0e02b588b8a3d8040b5c8b419f7daf5 (plain)
1
2
3
4
5
6
#ifndef SYS_POWER_H
#define SYS_POWER_H

void reboot(void);

#endif