Subversion Repositories HelenOS

Rev

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

Rev 3203 Rev 3210
Line 45... Line 45...
45
#include <errno.h>
45
#include <errno.h>
46
#include <arch.h>
46
#include <arch.h>
47
#include <debug.h>
47
#include <debug.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 <ddi/ddi.h>
51
#include <ddi/ddi.h>
51
#include <security/cap.h>
52
#include <security/cap.h>
52
#include <syscall/copy.h>
53
#include <syscall/copy.h>
53
#include <sysinfo/sysinfo.h>
54
#include <sysinfo/sysinfo.h>
54
#include <console/console.h>
55
#include <console/console.h>
Line 134... Line 135...
134
    (syshandler_t) sys_program_spawn_loader,
135
    (syshandler_t) sys_program_spawn_loader,
135
   
136
   
136
    /* Synchronization related syscalls. */
137
    /* Synchronization related syscalls. */
137
    (syshandler_t) sys_futex_sleep_timeout,
138
    (syshandler_t) sys_futex_sleep_timeout,
138
    (syshandler_t) sys_futex_wakeup,
139
    (syshandler_t) sys_futex_wakeup,
-
 
140
    (syshandler_t) sys_smc_coherence,
139
   
141
   
140
    /* Address space related syscalls. */
142
    /* Address space related syscalls. */
141
    (syshandler_t) sys_as_area_create,
143
    (syshandler_t) sys_as_area_create,
142
    (syshandler_t) sys_as_area_resize,
144
    (syshandler_t) sys_as_area_resize,
143
    (syshandler_t) sys_as_area_change_flags,
145
    (syshandler_t) sys_as_area_change_flags,