diff options
| author | manu <manu@NetBSD.org> | 2006-02-09 19:18:56 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2006-02-09 19:18:56 +0000 |
| commit | ee0c5b44def8a80be34fd2e5867cafdcc76275b6 (patch) | |
| tree | 183be75b62d5300967eea39ead22b2c61ee63277 /sys/compat/linux32/linux32_syscallargs.h | |
| parent | 0cf592aa8aff28200eebc1da22b795caa7423277 (diff) | |
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
Diffstat (limited to 'sys/compat/linux32/linux32_syscallargs.h')
| -rw-r--r-- | sys/compat/linux32/linux32_syscallargs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/compat/linux32/linux32_syscallargs.h b/sys/compat/linux32/linux32_syscallargs.h new file mode 100644 index 00000000000..b8fa8a9a19f --- /dev/null +++ b/sys/compat/linux32/linux32_syscallargs.h @@ -0,0 +1,12 @@ +/* $NetBSD: linux32_syscallargs.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */ + +#ifndef _LINUX32_SYSCALLARGS_H +#define _LINUX32_SYSCALLARGS_H + +#if defined(__amd64__) +#include <compat/linux32/arch/amd64/linux32_syscallargs.h> +#else +#error Undefined linux32_syscallargs.h machine type. +#endif + +#endif /* !_LINUX32_SYSCALLARGS_H */ |
