Subversion Repositories HelenOS-historic

Rev

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

Rev 1072 Rev 1084
Line 169... Line 169...
169
extern void ipc_phone_init(phone_t *phone);
169
extern void ipc_phone_init(phone_t *phone);
170
extern void ipc_phone_connect(phone_t *phone, answerbox_t *box);
170
extern void ipc_phone_connect(phone_t *phone, answerbox_t *box);
171
extern void ipc_call_free(call_t *call);
171
extern void ipc_call_free(call_t *call);
172
extern call_t * ipc_call_alloc(void);
172
extern call_t * ipc_call_alloc(void);
173
extern void ipc_answerbox_init(answerbox_t *box);
173
extern void ipc_answerbox_init(answerbox_t *box);
174
extern void ipc_call_init(call_t *call);
174
extern void ipc_call_static_init(call_t *call);
175
extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox);
-
 
176
extern void task_print_list(void);
175
extern void task_print_list(void);
-
 
176
extern void ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
177
 
177
 
178
extern answerbox_t *ipc_phone_0;
178
extern answerbox_t *ipc_phone_0;
179
extern void ipc_cleanup(task_t *task);
179
extern void ipc_cleanup(task_t *task);
180
 
180
 
181
#endif
181
#endif