Rev 1888 | Rev 1933 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1923 | ||
|---|---|---|---|
| Line 153... | Line 153... | ||
| 153 | /* User methods */ |
153 | /* User methods */ |
| 154 | #define FIRST_USER_METHOD 1024 |
154 | #define FIRST_USER_METHOD 1024 |
| 155 | 155 | ||
| 156 | #ifdef KERNEL |
156 | #ifdef KERNEL |
| 157 | 157 | ||
| 158 | #include <synch/mutex.h> |
158 | #include <synch/waitq.h> |
| 159 | #include <synch/condvar.h> |
- | |
| 160 | #include <adt/list.h> |
159 | #include <adt/list.h> |
| 161 | 160 | ||
| 162 | #define IPC_MAX_PHONES 16 |
161 | #define IPC_MAX_PHONES 16 |
| 163 | 162 | ||
| 164 | typedef struct answerbox_s answerbox_t; |
163 | typedef struct answerbox_s answerbox_t; |