Rev 1086 | Rev 1258 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1086 | Rev 1090 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | __native arg1, __native arg2); |
37 | __native arg1, __native arg2); |
38 | __native sys_ipc_call_async(__native phoneid, ipc_data_t *data); |
38 | __native sys_ipc_call_async(__native phoneid, ipc_data_t *data); |
39 | __native sys_ipc_answer_fast(__native callid, __native retval, |
39 | __native sys_ipc_answer_fast(__native callid, __native retval, |
40 | __native arg1, __native arg2); |
40 | __native arg1, __native arg2); |
41 | __native sys_ipc_answer(__native callid, ipc_data_t *data); |
41 | __native sys_ipc_answer(__native callid, ipc_data_t *data); |
42 | __native sys_ipc_connect_to_me(__native phoneid, __native arg1, |
- | |
43 | __native arg2, task_id_t *taskid); |
- | |
44 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, task_id_t *taskid, |
42 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, __native flags); |
45 | __native flags); |
- | |
46 | __native sys_ipc_connect_me_to(__native phoneid, __native arg1, |
- | |
47 | __native arg2); |
- | |
48 | __native sys_ipc_forward_fast(__native callid, __native phoneid, |
43 | __native sys_ipc_forward_fast(__native callid, __native phoneid, |
49 | __native method, __native arg1); |
44 | __native method, __native arg1); |
50 | __native sys_ipc_hangup(int phoneid); |
45 | __native sys_ipc_hangup(int phoneid); |
51 | 46 | ||
52 | 47 |