Subversion Repositories HelenOS

Rev

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

Rev 3425 Rev 3433
Line 311... Line 311...
311
extern int ipc_forward(call_t *, phone_t *, answerbox_t *, int);
311
extern int ipc_forward(call_t *, phone_t *, answerbox_t *, int);
312
extern void ipc_cleanup(void);
312
extern void ipc_cleanup(void);
313
extern int ipc_phone_hangup(phone_t *);
313
extern int ipc_phone_hangup(phone_t *);
314
extern void ipc_backsend_err(phone_t *, call_t *, unative_t);
314
extern void ipc_backsend_err(phone_t *, call_t *, unative_t);
315
extern void ipc_print_task(task_id_t);
315
extern void ipc_print_task(task_id_t);
-
 
316
extern void ipc_answerbox_slam_phones(answerbox_t *, bool);
316
extern int ipc_connect_kbox(task_id_t);
317
extern void ipc_cleanup_call_list(link_t *);
317
 
318
 
318
extern answerbox_t *ipc_phone_0;
319
extern answerbox_t *ipc_phone_0;
319
 
320
 
320
#endif
321
#endif
321
 
322