X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Finit.h;h=555804a4efddff75b72c5d2a89aaec880440317e;hp=622dea9c8caf1fcc22f04f1e32ce8c1620c56cad;hb=a258f34101def6ad8781b273c1603bb8c7091077;hpb=75663d9273af881a832699bfab6575ec1507761e diff --git a/src/threads/init.h b/src/threads/init.h index 622dea9..555804a 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -1,6 +1,7 @@ #ifndef THREADS_INIT_H #define THREADS_INIT_H +#include #include #include @@ -10,4 +11,6 @@ extern size_t ram_pages; /* Page directory with kernel mappings only. */ extern uint32_t *base_page_dir; +void power_off (void) NO_RETURN; + #endif /* threads/init.h */