New option -r to reboot the VM after actions are complete.
[pintos-anon] / src / threads / init.h
index a6fec055d0b66067fd590441b06c2d2a141492ea..963cbd617d58a4e3e297a27ca17b55c6c0911a2e 100644 (file)
@@ -16,5 +16,6 @@ extern uint32_t *base_page_dir;
 extern bool power_off_when_done;
 
 void power_off (void) NO_RETURN;
 extern bool power_off_when_done;
 
 void power_off (void) NO_RETURN;
+void reboot (void);
 
 #endif /* threads/init.h */
 
 #endif /* threads/init.h */