Rev 2527 | Rev 2614 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2527 | Rev 2550 | ||
---|---|---|---|
Line 175... | Line 175... | ||
175 | 175 | ||
176 | /* Well-known methods */ |
176 | /* Well-known methods */ |
177 | #define IPC_M_LAST_SYSTEM 511 |
177 | #define IPC_M_LAST_SYSTEM 511 |
178 | #define IPC_M_PING 512 |
178 | #define IPC_M_PING 512 |
179 | /* User methods */ |
179 | /* User methods */ |
180 | #define FIRST_USER_METHOD 1024 |
180 | #define IPC_FIRST_USER_METHOD 1024 |
181 | 181 | ||
182 | #ifdef KERNEL |
182 | #ifdef KERNEL |
183 | 183 | ||
184 | #define IPC_MAX_PHONES 16 |
184 | #define IPC_MAX_PHONES 16 |
185 | 185 |