Use 9600 bps for Pintos serial, to match the speed used by the loader.
[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 */