X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Finit.h;h=06cf71e3895ef7c1ee8d1ad8b3069dff142a7cf0;hp=f28303cffbf9731086b57c3c08373c58067d3114;hb=19becec31c5704572a3575336c57364d72fd572b;hpb=0e44b3e0539acc8c47a08c9bfa4a98a42cdc7114 diff --git a/src/threads/init.h b/src/threads/init.h index f28303c..06cf71e 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -15,7 +15,4 @@ extern uint32_t *init_page_dir; /* -q: Power off when kernel tasks complete? */ extern bool power_off_when_done; -void power_off (void) NO_RETURN; -void reboot (void); - #endif /* threads/init.h */