projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8f13e
)
Remove prototypes for removed functions power_off(), reboot().
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Nov 2008 23:51:01 +0000
(15:51 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Nov 2008 23:51:01 +0000
(15:51 -0800)
src/threads/init.h
patch
|
blob
|
history
diff --git
a/src/threads/init.h
b/src/threads/init.h
index f28303cffbf9731086b57c3c08373c58067d3114..06cf71e3895ef7c1ee8d1ad8b3069dff142a7cf0 100644
(file)
--- 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 */