Fix up header guards.
[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 */