Rev 1364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1364 | Rev 1595 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | __native sys_ipc_answer(__native callid, ipc_data_t *data); |
45 | __native sys_ipc_answer(__native callid, ipc_data_t *data); |
46 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, __u32 usec, int nonblocking); |
46 | __native sys_ipc_wait_for_call(ipc_data_t *calldata, __u32 usec, int nonblocking); |
47 | __native sys_ipc_forward_fast(__native callid, __native phoneid, |
47 | __native sys_ipc_forward_fast(__native callid, __native phoneid, |
48 | __native method, __native arg1); |
48 | __native method, __native arg1); |
49 | __native sys_ipc_hangup(int phoneid); |
49 | __native sys_ipc_hangup(int phoneid); |
50 | __native sys_ipc_register_irq(__native irq, irq_code_t *ucode); |
50 | __native sys_ipc_register_irq(int irq, irq_code_t *ucode); |
51 | __native sys_ipc_unregister_irq(__native irq); |
51 | __native sys_ipc_unregister_irq(int irq); |
52 | 52 | ||
53 | #endif |
53 | #endif |