ee0c5b44de
that the i386 license manager part of amd64 version of Fluent works. While I'm here, add SysV IPC to COMPAT_LINUX/amd64
16 lines
474 B
C
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_ */
|