revert between 56095 -> 55830 in arch
[AROS.git] / arch / ppc-chrp / efika / kernel / syscall.h
blob262be3ff5b9c9da3f77ae3dc51c2276dd2a4fed1
1 #ifndef SYSCALL_H_
2 #define SYSCALL_H_
4 #define SC_CAUSE 0x000
5 #define SC_DISPATCH 0x001
6 #define SC_SWITCH 0x002
7 #define SC_SCHEDULE 0x003
8 #define SC_CLI 0x004
9 #define SC_STI 0x005
10 #define SC_SUPERSTATE 0x006
11 #define SC_ISSUPERSTATE 0x007
12 #define SC_INVALIDATED 0x008
13 #define SC_RTAS 0x009
14 #define SC_REBOOT 0x100
16 #endif /*SYSCALL_H_*/