Subversion Repositories HelenOS

Rev

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

Rev 2952 Rev 2984
Line 134... Line 134...
134
    (syshandler_t) sys_futex_wakeup,
134
    (syshandler_t) sys_futex_wakeup,
135
   
135
   
136
    /* Address space related syscalls. */
136
    /* Address space related syscalls. */
137
    (syshandler_t) sys_as_area_create,
137
    (syshandler_t) sys_as_area_create,
138
    (syshandler_t) sys_as_area_resize,
138
    (syshandler_t) sys_as_area_resize,
-
 
139
    (syshandler_t) sys_as_area_change_flags,
139
    (syshandler_t) sys_as_area_destroy,
140
    (syshandler_t) sys_as_area_destroy,
140
   
141
   
141
    /* IPC related syscalls. */
142
    /* IPC related syscalls. */
142
    (syshandler_t) sys_ipc_call_sync_fast,
143
    (syshandler_t) sys_ipc_call_sync_fast,
143
    (syshandler_t) sys_ipc_call_sync_slow,
144
    (syshandler_t) sys_ipc_call_sync_slow,
Line 163... Line 164...
163
    /* Sysinfo syscalls */
164
    /* Sysinfo syscalls */
164
    (syshandler_t) sys_sysinfo_valid,
165
    (syshandler_t) sys_sysinfo_valid,
165
    (syshandler_t) sys_sysinfo_value,
166
    (syshandler_t) sys_sysinfo_value,
166
   
167
   
167
    /* Debug calls */
168
    /* Debug calls */
168
    (syshandler_t) sys_debug_enable_console,
169
    (syshandler_t) sys_debug_putint,
169
    (syshandler_t) sys_debug_putint
170
    (syshandler_t) sys_debug_enable_console
170
};
171
};
171
 
172
 
172
/** @}
173
/** @}
173
 */
174
 */