Use runtime options instead of conditional compilation for MLFQS,
[pintos-anon] / src / threads / test.h
1 #ifndef THREADS_TEST_H
2 #define THREADS_TEST_H
3
4 #include "threads/init.h"
5
6 void test (void);
7
8 #endif /* threads/test.h */