1 1.2 dsl /* $NetBSD: linux32_machdep.h,v 1.2 2007/12/04 18:40:18 dsl Exp $ */ 2 1.1 manu 3 1.1 manu #ifndef _AMD64_LINUX32_MACHDEP_H 4 1.1 manu #define _AMD64_LINUX32_MACHDEP_H 5 1.1 manu 6 1.1 manu #include <compat/linux32/arch/amd64/linux32_missing.h> 7 1.1 manu 8 1.1 manu #ifdef _KERNEL 9 1.1 manu __BEGIN_DECLS 10 1.2 dsl void linux32_syscall_intern(struct proc *); 11 1.1 manu __END_DECLS 12 1.1 manu #endif /* !_KERNEL */ 13 1.1 manu 14 1.1 manu #endif /* _AMD64_LINUX32_MACHDEP_H */ 15