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