Subversion Repositories HelenOS

Rev

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

Rev 2618 Rev 2619
Line 135... Line 135...
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_slow,
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_slow,
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,
144
    (syshandler_t) sys_ipc_register_irq,
144
    (syshandler_t) sys_ipc_register_irq,
145
    (syshandler_t) sys_ipc_unregister_irq,
145
    (syshandler_t) sys_ipc_unregister_irq,