summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/linux32_syscalls.c
blob: 2ae94aad7d212e096b9980f1e96d442348b2e68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: linux32_syscalls.c,v 1.2 2021/11/25 03:08:05 ryo Exp $ */

#include <sys/cdefs.h>
__KERNEL_RCSID(1, "$NetBSD: linux32_syscalls.c,v 1.2 2021/11/25 03:08:05 ryo Exp $");

#if defined(__aarch64__)
#include "../../sys/compat/linux32/arch/aarch64/linux32_syscalls.c"
#elif defined(__amd64__)
#include "../../sys/compat/linux32/arch/amd64/linux32_syscalls.c"
#else
const char * const linux32_syscallnames[] = { 0 };
#endif