1 /* $NetBSD: linux32_syscall.h,v 1.2 2021/11/25 03:08:05 ryo Exp $ */ 2 3 #ifndef _LINUX32_SYSCALL_H 4 #define _LINUX32_SYSCALL_H 5 6 #if defined(__aarch64__) 7 #include <compat/linux32/arch/aarch64/linux32_syscall.h> 8 #elif defined(__amd64__) 9 #include <compat/linux32/arch/amd64/linux32_syscall.h> 10 #else 11 #define LINUX32_SYS_MAXSYSCALL 0 12 #endif 13 14 #endif /* !_LINUX32_SYSCALL_H */ 15