20 #ifndef SYSCALL_NUMBERS_H 21 #define SYSCALL_NUMBERS_H 23 #define NATIVE_USERSPACE_TO_KERNEL 1 25 #define IPC_CREATE_STANDARD_MESSAGE 2 26 #define IPC_CREATE_SHARED_MESSAGE 3 27 #define IPC_GET_SHARED_REGION 4 28 #define IPC_DESTROY_MESSAGE 5 29 #define IPC_SEND_IPC 6 30 #define IPC_RECV_PHASE1 7 31 #define IPC_RECV_PHASE2 8 32 #define IPC_CREATE_ENDPOINT 9 33 #define IPC_REMOVE_ENDPOINT 10 34 #define IPC_GET_ENDPOINT 11 37 #define NATIVE_REGISTER_OBJECT 0x1000 38 #define NATIVE_UNREGISTER_OBJECT 0x1001 40 #define NATIVE_CALL 0x2000 43 #define NATIVE_GUID_CONFIG 0x00000001