xref: /netbsd-src/sys/compat/linux32/common/linux32_errno.h (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1 /*	$NetBSD: linux32_errno.h,v 1.2 2021/11/25 03:08:04 ryo Exp $ */
2 
3 #ifndef _LINUX32_ERRNO_H
4 #define _LINUX32_ERRNO_H
5 
6 #if defined(__aarch64__)
7 #include <compat/linux32/arch/aarch64/linux32_errno.h>
8 #elif defined(__amd64__)
9 #include <compat/linux32/arch/amd64/linux32_errno.h>
10 #else
11 #error Undefined linux32_errno.h machine type.
12 #endif
13 
14 #endif /* !_LINUX32_ERRNO_H */
15