index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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