Move reboot() and power_off() to new file, and rename to fit convention.
[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 */