Subversion Repositories HelenOS

Rev

Rev 2494 | Rev 2527 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2494 Rev 2523
Line 270... Line 270...
270
extern call_t * ipc_call_alloc(int flags);
270
extern call_t * ipc_call_alloc(int flags);
271
extern void ipc_answerbox_init(answerbox_t *box);
271
extern void ipc_answerbox_init(answerbox_t *box);
272
extern void ipc_call_static_init(call_t *call);
272
extern void ipc_call_static_init(call_t *call);
273
extern void task_print_list(void);
273
extern void task_print_list(void);
274
extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
274
extern int ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
275
void ipc_cleanup(void);
275
extern void ipc_cleanup(void);
276
int ipc_phone_hangup(phone_t *phone);
276
extern int ipc_phone_hangup(phone_t *phone);
277
extern void ipc_backsend_err(phone_t *phone, call_t *call, unative_t err);
277
extern void ipc_backsend_err(phone_t *phone, call_t *call, unative_t err);
278
extern void ipc_print_task(task_id_t taskid);
278
extern void ipc_print_task(task_id_t taskid);
279
 
279
 
280
extern answerbox_t *ipc_phone_0;
280
extern answerbox_t *ipc_phone_0;
281
 
281