Rev 615 | Rev 1103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 615 | Rev 788 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #include <arch/types.h> |
35 | #include <arch/types.h> |
| 36 | #include <typedefs.h> |
36 | #include <typedefs.h> |
| 37 | #include <time/timeout.h> |
37 | #include <time/timeout.h> |
| 38 | #include <arch.h> |
38 | #include <arch.h> |
| 39 | #include <context.h> |
39 | #include <context.h> |
| 40 | #include <list.h> |
40 | #include <adt/list.h> |
| 41 | 41 | ||
| 42 | /** Initialize wait queue |
42 | /** Initialize wait queue |
| 43 | * |
43 | * |
| 44 | * Initialize wait queue. |
44 | * Initialize wait queue. |
| 45 | * |
45 | * |