No empty .Rs/.Re
[netbsd-mini2440.git] / sys / compat / linux32 / arch / amd64 / linux32_machdep.h
blob63b4b9f65f6edde01efaca3f7a01bfda371fb706
1 /* $NetBSD: linux32_machdep.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */
3 #ifndef _AMD64_LINUX32_MACHDEP_H
4 #define _AMD64_LINUX32_MACHDEP_H
6 #include <compat/linux32/arch/amd64/linux32_missing.h>
8 #ifdef _KERNEL
9 __BEGIN_DECLS
10 void linux32_syscall_intern(struct proc *);
11 __END_DECLS
12 #endif /* !_KERNEL */
14 #endif /* _AMD64_LINUX32_MACHDEP_H */