Rev 2787 | Rev 2801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 2800 | ||
|---|---|---|---|
| Line 288... | Line 288... | ||
| 288 | extern void ipc_call_sync(phone_t *phone, call_t *request); |
288 | extern void ipc_call_sync(phone_t *phone, call_t *request); |
| 289 | extern void ipc_phone_init(phone_t *phone); |
289 | extern void ipc_phone_init(phone_t *phone); |
| 290 | extern void ipc_phone_connect(phone_t *phone, answerbox_t *box); |
290 | extern void ipc_phone_connect(phone_t *phone, answerbox_t *box); |
| 291 | extern void ipc_call_free(call_t *call); |
291 | extern void ipc_call_free(call_t *call); |
| 292 | extern call_t * ipc_call_alloc(int flags); |
292 | extern call_t * ipc_call_alloc(int flags); |
| 293 | extern void ipc_answerbox_init(answerbox_t *box); |
293 | extern void ipc_answerbox_init(answerbox_t *box, struct task *task); |
| 294 | extern void ipc_call_static_init(call_t *call); |
294 | extern void ipc_call_static_init(call_t *call); |
| 295 | extern void task_print_list(void); |
295 | extern void task_print_list(void); |
| 296 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox, |
296 | extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox, |
| 297 | int mode); |
297 | int mode); |
| 298 | extern void ipc_cleanup(void); |
298 | extern void ipc_cleanup(void); |