1/* $NetBSD: linux32_machdep.h,v 1.2 2007/12/04 18:40:18 dsl 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
10void linux32_syscall_intern(struct proc *);
11__END_DECLS
12#endif /* !_KERNEL */
13
14#endif /* _AMD64_LINUX32_MACHDEP_H */
15