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