NetBSD/sys/arch/amd64/include/linux32_machdep.h
manu ee0c5b44de Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works.

While I'm here, add SysV IPC to COMPAT_LINUX/amd64
2006-02-09 19:18:56 +00:00

16 lines
474 B
C

/* $NetBSD: linux32_machdep.h,v 1.1 2006/02/09 19:18:56 manu Exp $ */
#ifndef _MACHINE_LINUX32_H_
#define _MACHINE_LINUX32_H_
#include <compat/netbsd32/netbsd32.h>
#include <compat/linux32/common/linux32_types.h>
#include <compat/linux32/arch/amd64/linux32_signal.h>
#include <compat/linux32/arch/amd64/linux32_syscallargs.h>
#include <compat/linux32/arch/amd64/linux32_syscall.h>
#include <compat/linux32/arch/amd64/linux32_machdep.h>
#endif /* _MACHINE_LINUX32_H_ */