Rev 2619 | Rev 3438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2619 | Rev 2622 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); |
50 | unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); |
51 | unative_t sys_ipc_answer_slow(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, int mode); |
56 | unative_t sys_ipc_hangup(int phoneid); |
56 | unative_t sys_ipc_hangup(int phoneid); |
57 | unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method, |
57 | unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method, |
58 | irq_code_t *ucode); |
58 | irq_code_t *ucode); |
59 | unative_t sys_ipc_unregister_irq(inr_t inr, devno_t devno); |
59 | unative_t sys_ipc_unregister_irq(inr_t inr, devno_t devno); |
60 | 60 |