Subversion Repositories HelenOS

Rev

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

Rev 2615 Rev 2618
Line 133... Line 133...
133
   
133
   
134
    /* IPC related syscalls. */
134
    /* IPC related syscalls. */
135
    (syshandler_t) sys_ipc_call_sync_fast,
135
    (syshandler_t) sys_ipc_call_sync_fast,
136
    (syshandler_t) sys_ipc_call_sync_slow,
136
    (syshandler_t) sys_ipc_call_sync_slow,
137
    (syshandler_t) sys_ipc_call_async_fast,
137
    (syshandler_t) sys_ipc_call_async_fast,
138
    (syshandler_t) sys_ipc_call_async,
138
    (syshandler_t) sys_ipc_call_async_slow,
139
    (syshandler_t) sys_ipc_answer_fast,
139
    (syshandler_t) sys_ipc_answer_fast,
140
    (syshandler_t) sys_ipc_answer,
140
    (syshandler_t) sys_ipc_answer,
141
    (syshandler_t) sys_ipc_forward_fast,
141
    (syshandler_t) sys_ipc_forward_fast,
142
    (syshandler_t) sys_ipc_wait_for_call,
142
    (syshandler_t) sys_ipc_wait_for_call,
143
    (syshandler_t) sys_ipc_hangup,
143
    (syshandler_t) sys_ipc_hangup,