Allow Bochs users to reboot by clicking the "user" button.
[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 */