projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfd552d
)
Header for init.c.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 26 Aug 2004 19:04:25 +0000
(19:04 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 26 Aug 2004 19:04:25 +0000
(19:04 +0000)
src/threads/init.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/threads/init.h
b/src/threads/init.h
new file mode 100644
(file)
index 0000000..
b482079
--- /dev/null
+++ b/
src/threads/init.h
@@ -0,0
+1,9
@@
+#ifndef HEADER_INIT_H
+#define HEADER_INIT_H 1
+
+#include <stddef.h>
+
+extern size_t kernel_pages;
+extern size_t ram_pages;
+
+#endif /* init.h */