Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2983 → Rev 2984

/branches/dynload/kernel/generic/src/syscall/syscall.c
136,6 → 136,7
/* Address space related syscalls. */
(syshandler_t) sys_as_area_create,
(syshandler_t) sys_as_area_resize,
(syshandler_t) sys_as_area_change_flags,
(syshandler_t) sys_as_area_destroy,
/* IPC related syscalls. */
165,8 → 166,8
(syshandler_t) sys_sysinfo_value,
/* Debug calls */
(syshandler_t) sys_debug_enable_console,
(syshandler_t) sys_debug_putint
(syshandler_t) sys_debug_putint,
(syshandler_t) sys_debug_enable_console
};
 
/** @}