Rev 787 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 787 | Rev 788 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #include <arch/types.h> |
36 | #include <arch/types.h> |
| 37 | #include <typedefs.h> |
37 | #include <typedefs.h> |
| 38 | #include <time/timeout.h> |
38 | #include <time/timeout.h> |
| 39 | #include <synch/rwlock.h> |
39 | #include <synch/rwlock.h> |
| 40 | #include <config.h> |
40 | #include <config.h> |
| 41 | #include <list.h> |
41 | #include <adt/list.h> |
| 42 | 42 | ||
| 43 | #define THREAD_STACK_SIZE STACK_SIZE |
43 | #define THREAD_STACK_SIZE STACK_SIZE |
| 44 | 44 | ||
| 45 | #define THREAD_USER_STACK 1 |
45 | #define THREAD_USER_STACK 1 |
| 46 | 46 | ||