0bc5657b4b8716978827bc513ef9aead9bc1e97e
[pintos-anon] / src / devices / shutdown.h
1 #ifndef DEVICES_SHUTDOWN_H
2 #define DEVICES_SHUTDOWN_H
3
4 void shutdown_reboot (void);
5 void shutdown_power_off (void);
6
7 #endif /* devices/shutdown.h */