Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4153 | Rev 4155 | ||
|---|---|---|---|
| Line 207... | Line 207... | ||
| 207 | /* User methods */ |
207 | /* User methods */ |
| 208 | #define IPC_FIRST_USER_METHOD 1024 |
208 | #define IPC_FIRST_USER_METHOD 1024 |
| 209 | 209 | ||
| 210 | #ifdef KERNEL |
210 | #ifdef KERNEL |
| 211 | 211 | ||
| 212 | #define IPC_MAX_PHONES 16 |
212 | #define IPC_MAX_PHONES 32 |
| 213 | 213 | ||
| 214 | #include <synch/spinlock.h> |
214 | #include <synch/spinlock.h> |
| 215 | #include <synch/mutex.h> |
215 | #include <synch/mutex.h> |
| 216 | #include <synch/waitq.h> |
216 | #include <synch/waitq.h> |
| 217 | 217 | ||