Rev 4148 | Rev 4180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4148 | Rev 4173 | ||
|---|---|---|---|
| Line 47... | Line 47... | ||
| 47 | #include <ddi/device.h> |
47 | #include <ddi/device.h> |
| 48 | #include <ipc/sysipc.h> |
48 | #include <ipc/sysipc.h> |
| 49 | #include <synch/futex.h> |
49 | #include <synch/futex.h> |
| 50 | #include <synch/smc.h> |
50 | #include <synch/smc.h> |
| 51 | #include <ddi/ddi.h> |
51 | #include <ddi/ddi.h> |
| - | 52 | #include <event/event.h> |
|
| 52 | #include <security/cap.h> |
53 | #include <security/cap.h> |
| 53 | #include <sysinfo/sysinfo.h> |
54 | #include <sysinfo/sysinfo.h> |
| 54 | #include <console/console.h> |
55 | #include <console/console.h> |
| 55 | #include <udebug/udebug.h> |
56 | #include <udebug/udebug.h> |
| 56 | 57 | ||
| Line 124... | Line 125... | ||
| 124 | (syshandler_t) sys_ipc_forward_slow, |
125 | (syshandler_t) sys_ipc_forward_slow, |
| 125 | (syshandler_t) sys_ipc_wait_for_call, |
126 | (syshandler_t) sys_ipc_wait_for_call, |
| 126 | (syshandler_t) sys_ipc_hangup, |
127 | (syshandler_t) sys_ipc_hangup, |
| 127 | (syshandler_t) sys_ipc_register_irq, |
128 | (syshandler_t) sys_ipc_register_irq, |
| 128 | (syshandler_t) sys_ipc_unregister_irq, |
129 | (syshandler_t) sys_ipc_unregister_irq, |
| - | 130 | ||
| - | 131 | /* Event notification syscalls. */ |
|
| - | 132 | (syshandler_t) sys_event_subscribe, |
|
| 129 | 133 | ||
| 130 | /* Capabilities related syscalls. */ |
134 | /* Capabilities related syscalls. */ |
| 131 | (syshandler_t) sys_cap_grant, |
135 | (syshandler_t) sys_cap_grant, |
| 132 | (syshandler_t) sys_cap_revoke, |
136 | (syshandler_t) sys_cap_revoke, |
| 133 | 137 | ||