Subversion Repositories HelenOS

Rev

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

Rev 2605 Rev 2615
Line 131... Line 131...
131
    (syshandler_t) sys_as_area_resize,
131
    (syshandler_t) sys_as_area_resize,
132
    (syshandler_t) sys_as_area_destroy,
132
    (syshandler_t) sys_as_area_destroy,
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,
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,
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,