Rev 1461 | Rev 1568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1461 | Rev 1502 | ||
---|---|---|---|
Line 207... | Line 207... | ||
207 | 207 | ||
208 | ipc_data_t data; /**< Data passed from/to userspace */ |
208 | ipc_data_t data; /**< Data passed from/to userspace */ |
209 | }call_t; |
209 | }call_t; |
210 | 210 | ||
211 | extern void ipc_init(void); |
211 | extern void ipc_init(void); |
212 | extern call_t * ipc_wait_for_call(answerbox_t *box, __u32 usec, int nonblocking); |
212 | extern call_t * ipc_wait_for_call(answerbox_t *box, __u32 usec, int flags); |
213 | extern void ipc_answer(answerbox_t *box, call_t *request); |
213 | extern void ipc_answer(answerbox_t *box, call_t *request); |
214 | extern int ipc_call(phone_t *phone, call_t *call); |
214 | extern int ipc_call(phone_t *phone, call_t *call); |
215 | extern void ipc_call_sync(phone_t *phone, call_t *request); |
215 | extern void ipc_call_sync(phone_t *phone, call_t *request); |
216 | extern void ipc_phone_init(phone_t *phone); |
216 | extern void ipc_phone_init(phone_t *phone); |
217 | extern void ipc_phone_connect(phone_t *phone, answerbox_t *box); |
217 | extern void ipc_phone_connect(phone_t *phone, answerbox_t *box); |