Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1923 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #define KERN_SYSIPC_H_ |
36 | #define KERN_SYSIPC_H_ |
| 37 | 37 | ||
| 38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
| 39 | #include <ipc/irq.h> |
39 | #include <ipc/irq.h> |
| 40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
| - | 41 | #include <typedefs.h> |
|
| 41 | 42 | ||
| 42 | unative_t sys_ipc_call_sync_fast(unative_t phoneid, unative_t method, |
43 | unative_t sys_ipc_call_sync_fast(unative_t phoneid, unative_t method, |
| 43 | unative_t arg1, ipc_data_t *data); |
44 | unative_t arg1, ipc_data_t *data); |
| 44 | unative_t sys_ipc_call_sync(unative_t phoneid, ipc_data_t *question, |
45 | unative_t sys_ipc_call_sync(unative_t phoneid, ipc_data_t *question, |
| 45 | ipc_data_t *reply); |
46 | ipc_data_t *reply); |
| Line 51... | Line 52... | ||
| 51 | unative_t sys_ipc_answer(unative_t callid, ipc_data_t *data); |
52 | unative_t sys_ipc_answer(unative_t callid, ipc_data_t *data); |
| 52 | unative_t sys_ipc_wait_for_call(ipc_data_t *calldata, uint32_t usec, int nonblocking); |
53 | unative_t sys_ipc_wait_for_call(ipc_data_t *calldata, uint32_t usec, int nonblocking); |
| 53 | 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, |
| 54 | unative_t method, unative_t arg1); |
55 | unative_t method, unative_t arg1); |
| 55 | unative_t sys_ipc_hangup(int phoneid); |
56 | unative_t sys_ipc_hangup(int phoneid); |
| 56 | unative_t sys_ipc_register_irq(int irq, irq_code_t *ucode); |
57 | unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method, irq_code_t *ucode); |
| 57 | unative_t sys_ipc_unregister_irq(int irq); |
58 | unative_t sys_ipc_unregister_irq(inr_t inr, devno_t devno); |
| 58 | 59 | ||
| 59 | #endif |
60 | #endif |
| 60 | 61 | ||
| 61 | /** @} |
62 | /** @} |
| 62 | */ |
63 | */ |