Rev 2635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2635 | Rev 3438 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | unative_t method, unative_t arg1, unative_t arg2, int mode); |
55 | unative_t method, unative_t arg1, unative_t arg2, 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 | unative_t sys_ipc_connect_kbox(sysarg64_t *task_id); |
|
60 | 61 | ||
61 | #endif |
62 | #endif |
62 | 63 | ||
63 | /** @} |
64 | /** @} |
64 | */ |
65 | */ |