xref: /netbsd-src/sys/arch/amd64/include/linux32_machdep.h (revision 29a841b37168b522ee61ef588c44352bc15584a1)
1*29a841b3Schs /*	$NetBSD: linux32_machdep.h,v 1.3 2013/11/18 01:32:52 chs Exp $ */
2ee0c5b44Smanu 
3ee0c5b44Smanu #ifndef _MACHINE_LINUX32_H_
4ee0c5b44Smanu #define _MACHINE_LINUX32_H_
5ee0c5b44Smanu 
6ee0c5b44Smanu #include <compat/netbsd32/netbsd32.h>
7ee0c5b44Smanu 
8*29a841b3Schs #include <compat/linux/common/linux_types.h>
9ee0c5b44Smanu #include <compat/linux32/common/linux32_types.h>
10ee0c5b44Smanu 
111c5f8653Schristos #include <compat/linux32/arch/amd64/linux32_siginfo.h>
12ee0c5b44Smanu #include <compat/linux32/arch/amd64/linux32_signal.h>
13ee0c5b44Smanu #include <compat/linux32/arch/amd64/linux32_syscallargs.h>
14ee0c5b44Smanu #include <compat/linux32/arch/amd64/linux32_syscall.h>
15ee0c5b44Smanu #include <compat/linux32/arch/amd64/linux32_machdep.h>
16ee0c5b44Smanu 
17ee0c5b44Smanu #endif /* _MACHINE_LINUX32_H_ */
18