1 1.1 manu /* $NetBSD: linux32_machdep.h,v 1.1 2006/02/09 19:18:57 manu 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.1 manu void linux32_syscall_intern __P((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