00001 #ifndef _ASSIGNMENT1_H 00002 #define _ASSIGNMENT1_H 00003 00004 #include "condvar.h" 00005 #include "debug.h" 00006 #include "errnums.h" 00007 #include "exc.h" 00008 #include "int.h" 00009 #include "io.h" 00010 #include "keyboard.h" 00011 #include "malloc.h" 00012 #include "mutex.h" 00013 #include "offset.h" 00014 #include "regname.h" 00015 #include "rwlock.h" 00016 #include "semaphore.h" 00017 #include "sched.h" 00018 #include "sys.h" 00019 #include "syscall.h" 00020 #include "thread.h" 00021 #include "timers.h" 00022 #include "tlb.h" 00023 #include "tqueue.h" 00024 #include "typedefs.h" 00025 00026 void assignment_test(void); 00027 00028 #endif