fafb4924bfd1931fb4ced93a36d8e28fa97c1f7a
[pintos-anon] / src / threads / init.h
1 #ifndef THREADS_INIT_H
2 #define THREADS_INIT_H
3
4 #include <stddef.h>
5
6 /* Physical memory size, in 4 kB pages. */
7 size_t ram_pages;
8
9 #endif /* threads/init.h */