2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
9 * List of all possible syscalls. They are private and there's no need
10 * to implement all of them.
13 #ifndef KERNEL_SYSCALL_H_
14 #define KERNEL_SYSCALL_H_
16 #define SC_CAUSE 0x000
17 #define SC_DISPATCH 0x001
18 #define SC_SWITCH 0x002
19 #define SC_SCHEDULE 0x003
22 #define SC_SUPERSTATE 0x006
23 #define SC_ISSUPERSTATE 0x007
24 #define SC_INVALIDATED 0x008
26 #define SC_SUPERVISOR 0x00A
27 #define SC_REBOOT 0x100