Subversion Repositories HelenOS

Rev

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

Rev 4459 Rev 4617
Line 40... Line 40...
40
extern void process_pending_wait(void);
40
extern void process_pending_wait(void);
41
 
41
 
42
extern void wait_notification(wait_type_t et, task_id_t id);
42
extern void wait_notification(wait_type_t et, task_id_t id);
43
extern void wait_for_task(task_id_t id, ipc_call_t *call, ipc_callid_t callid);
43
extern void wait_for_task(task_id_t id, ipc_call_t *call, ipc_callid_t callid);
44
 
44
 
-
 
45
extern int ns_task_retval(ipc_call_t *call);
-
 
46
 
45
#endif
47
#endif
46
 
48
 
47
/**
49
/**
48
 * @}
50
 * @}
49
 */
51
 */