Home | History | Annotate | Line # | Download | only in linux32
      1 /*	$NetBSD: linux32_syscalls.c,v 1.2 2021/11/25 03:08:05 ryo Exp $ */
      2 
      3 #include <sys/cdefs.h>
      4 __KERNEL_RCSID(1, "$NetBSD: linux32_syscalls.c,v 1.2 2021/11/25 03:08:05 ryo Exp $");
      5 
      6 #if defined(__aarch64__)
      7 #include "../../sys/compat/linux32/arch/aarch64/linux32_syscalls.c"
      8 #elif defined(__amd64__)
      9 #include "../../sys/compat/linux32/arch/amd64/linux32_syscalls.c"
     10 #else
     11 const char * const linux32_syscallnames[] = { 0 };
     12 #endif
     13