20 #ifndef SYSCALL_STUBS_H 41 #if defined(HOSTED) && !defined(SYSCALL_TARGET_FOUND) 42 #include "pedigree/kernel/processor/hosted/syscall-stubs.h" 43 #define SYSCALL_TARGET_FOUND 46 #if defined(X64) && !defined(SYSCALL_TARGET_FOUND) 47 #include "pedigree/kernel/processor/x64/syscall-stubs.h" 48 #define SYSCALL_TARGET_FOUND 51 #if defined(ARM_COMMON) && !defined(SYSCALL_TARGET_FOUND) 52 #include "pedigree/kernel/processor/armv7/syscall-stubs.h" 53 #define SYSCALL_TARGET_FOUND 56 #ifndef SYSCALL_TARGET_FOUND 57 #error Syscall target not found!