Subversion Repositories HelenOS

Rev

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

Rev 1027 Rev 1040
Line 41... Line 41...
41
__native sys_ipc_answer(__native callid, __native *data);
41
__native sys_ipc_answer(__native callid, __native *data);
42
__native sys_ipc_connect_to_me(__native phoneid, __native arg1,
42
__native sys_ipc_connect_to_me(__native phoneid, __native arg1,
43
                   __native arg2, task_id_t *taskid);
43
                   __native arg2, task_id_t *taskid);
44
__native sys_ipc_wait_for_call(ipc_data_t *calldata, task_id_t *taskid,
44
__native sys_ipc_wait_for_call(ipc_data_t *calldata, task_id_t *taskid,
45
                   __native flags);
45
                   __native flags);
-
 
46
__native sys_ipc_connect_me_to(__native phoneid, __native arg1,
-
 
47
                   __native arg2);
-
 
48
__native sys_ipc_forward_fast(__native callid, __native phoneid,
-
 
49
                  __native method, __native arg1);
-
 
50
 
46
 
51
 
47
#endif
52
#endif