Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2131 | Rev 2456 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | extern void ipc_irq_send_notif(irq_t *irq); |
48 | extern void ipc_irq_send_notif(irq_t *irq); |
49 | extern void ipc_irq_send_msg(irq_t *irq, unative_t a1, unative_t a2, unative_t a3); |
49 | extern void ipc_irq_send_msg(irq_t *irq, unative_t a1, unative_t a2, unative_t a3); |
50 | extern void ipc_irq_unregister(answerbox_t *box, inr_t inr, devno_t devno); |
50 | extern void ipc_irq_unregister(answerbox_t *box, inr_t inr, devno_t devno); |
51 | extern void ipc_irq_cleanup(answerbox_t *box); |
51 | extern void ipc_irq_cleanup(answerbox_t *box); |
52 | 52 | ||
- | 53 | extern void ipc_notif_free_callback(void* notif); |
|
- | 54 | ||
53 | #endif |
55 | #endif |
54 | 56 | ||
55 | /** @} |
57 | /** @} |
56 | */ |
58 | */ |