Rev 1258 | Rev 1342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1258 | Rev 1281 | ||
---|---|---|---|
Line 208... | Line 208... | ||
208 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox); |
208 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox); |
209 | extern void ipc_cleanup(task_t *task); |
209 | extern void ipc_cleanup(task_t *task); |
210 | extern int ipc_phone_hangup(phone_t *phone); |
210 | extern int ipc_phone_hangup(phone_t *phone); |
211 | extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err); |
211 | extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err); |
212 | 212 | ||
213 | extern int ipc_irq_register(answerbox_t *box, int irq); |
- | |
214 | extern void ipc_irq_send_notif(int irq); |
- | |
215 | extern void ipc_irq_unregister(answerbox_t *box, int irq); |
- | |
216 | - | ||
217 | 213 | ||
218 | extern answerbox_t *ipc_phone_0; |
214 | extern answerbox_t *ipc_phone_0; |
219 | 215 | ||
220 | #endif |
216 | #endif |
221 | 217 |