Rev 623 | Rev 1156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 623 | Rev 788 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| 33 | #include <typedefs.h> |
33 | #include <typedefs.h> |
| 34 | #include <synch/spinlock.h> |
34 | #include <synch/spinlock.h> |
| 35 | #include <synch/synch.h> |
35 | #include <synch/synch.h> |
| 36 | #include <list.h> |
36 | #include <adt/list.h> |
| 37 | 37 | ||
| 38 | #define WAKEUP_FIRST 0 |
38 | #define WAKEUP_FIRST 0 |
| 39 | #define WAKEUP_ALL 1 |
39 | #define WAKEUP_ALL 1 |
| 40 | 40 | ||
| 41 | /** Wait queue structure. */ |
41 | /** Wait queue structure. */ |