13 lines
324 B
C
13 lines
324 B
C
/* $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 */
|