Rev 2618 | Rev 2622 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2618 | Rev 2619 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | ipc_data_t *reply); |
45 | ipc_data_t *reply); |
46 | unative_t sys_ipc_call_async_fast(unative_t phoneid, unative_t method, |
46 | unative_t sys_ipc_call_async_fast(unative_t phoneid, unative_t method, |
47 | unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); |
47 | unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); |
48 | unative_t sys_ipc_call_async_slow(unative_t phoneid, ipc_data_t *data); |
48 | unative_t sys_ipc_call_async_slow(unative_t phoneid, ipc_data_t *data); |
49 | unative_t sys_ipc_answer_fast(unative_t callid, unative_t retval, |
49 | unative_t sys_ipc_answer_fast(unative_t callid, unative_t retval, |
50 | unative_t arg1, unative_t arg2); |
50 | unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); |
51 | unative_t sys_ipc_answer(unative_t callid, ipc_data_t *data); |
51 | unative_t sys_ipc_answer_slow(unative_t callid, ipc_data_t *data); |
52 | unative_t sys_ipc_wait_for_call(ipc_data_t *calldata, uint32_t usec, |
52 | unative_t sys_ipc_wait_for_call(ipc_data_t *calldata, uint32_t usec, |
53 | int nonblocking); |
53 | int nonblocking); |
54 | unative_t sys_ipc_forward_fast(unative_t callid, unative_t phoneid, |
54 | unative_t sys_ipc_forward_fast(unative_t callid, unative_t phoneid, |
55 | unative_t method, unative_t arg1); |
55 | unative_t method, unative_t arg1); |
56 | unative_t sys_ipc_hangup(int phoneid); |
56 | unative_t sys_ipc_hangup(int phoneid); |