Rev 955 | Rev 965 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 955 | Rev 959 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | extern void ipc_create_phonecompany(void); |
75 | extern void ipc_create_phonecompany(void); |
76 | extern void ipc_init(void); |
76 | extern void ipc_init(void); |
77 | extern call_t * ipc_wait_for_call(answerbox_t *box, int flags); |
77 | extern call_t * ipc_wait_for_call(answerbox_t *box, int flags); |
78 | extern void ipc_answer(answerbox_t *box, call_t *request); |
78 | extern void ipc_answer(answerbox_t *box, call_t *request); |
79 | extern void ipc_call(phone_t *phone, call_t *request); |
79 | extern void ipc_call(phone_t *phone, call_t *request); |
- | 80 | extern void ipc_call_sync(phone_t *phone, call_t *request); |
|
80 | extern void ipc_phone_destroy(phone_t *phone); |
81 | extern void ipc_phone_destroy(phone_t *phone); |
81 | extern void ipc_phone_init(phone_t *phone, answerbox_t *box); |
82 | extern void ipc_phone_init(phone_t *phone, answerbox_t *box); |
82 | extern void ipc_call_free(call_t *call); |
83 | extern void ipc_call_free(call_t *call); |
83 | extern call_t * ipc_call_alloc(void); |
84 | extern call_t * ipc_call_alloc(void); |
84 | void ipc_answerbox_init(answerbox_t *box); |
85 | void ipc_answerbox_init(answerbox_t *box); |