Rev 1141 | Rev 1258 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1141 | Rev 1248 | ||
|---|---|---|---|
| Line 427... | Line 427... | ||
| 427 | } |
427 | } |
| 428 | 428 | ||
| 429 | /** Wait for incoming ipc call or answer |
429 | /** Wait for incoming ipc call or answer |
| 430 | * |
430 | * |
| 431 | * @param calldata Pointer to buffer where the call/answer data is stored |
431 | * @param calldata Pointer to buffer where the call/answer data is stored |
| 432 | * @param taskid On 'CONNECT_ME_TO' call it is filled with 'taskid' of |
- | |
| 433 | * the caller. |
- | |
| 434 | * @param flags |
432 | * @param flags |
| 435 | * @return Callid, if callid & 1, then the call is answer |
433 | * @return Callid, if callid & 1, then the call is answer |
| 436 | */ |
434 | */ |
| 437 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, __native flags) |
435 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, __native flags) |
| 438 | { |
436 | { |