Rev 3707 | Rev 3842 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3707 | Rev 3819 | ||
|---|---|---|---|
| Line 162... | Line 162... | ||
| 162 | (syshandler_t) sys_ipc_call_async_fast, |
162 | (syshandler_t) sys_ipc_call_async_fast, |
| 163 | (syshandler_t) sys_ipc_call_async_slow, |
163 | (syshandler_t) sys_ipc_call_async_slow, |
| 164 | (syshandler_t) sys_ipc_answer_fast, |
164 | (syshandler_t) sys_ipc_answer_fast, |
| 165 | (syshandler_t) sys_ipc_answer_slow, |
165 | (syshandler_t) sys_ipc_answer_slow, |
| 166 | (syshandler_t) sys_ipc_forward_fast, |
166 | (syshandler_t) sys_ipc_forward_fast, |
| - | 167 | (syshandler_t) sys_ipc_forward_slow, |
|
| 167 | (syshandler_t) sys_ipc_wait_for_call, |
168 | (syshandler_t) sys_ipc_wait_for_call, |
| 168 | (syshandler_t) sys_ipc_hangup, |
169 | (syshandler_t) sys_ipc_hangup, |
| 169 | (syshandler_t) sys_ipc_register_irq, |
170 | (syshandler_t) sys_ipc_register_irq, |
| 170 | (syshandler_t) sys_ipc_unregister_irq, |
171 | (syshandler_t) sys_ipc_unregister_irq, |
| 171 | 172 | ||