netbsd/sys/compat/linux32/arch/amd64/linux32_machdep.h
2013-04-06 16:48:33 +02:00

15 lines
339 B
C

/* $NetBSD: linux32_machdep.h,v 1.2 2007/12/04 18:40:18 dsl Exp $ */
#ifndef _AMD64_LINUX32_MACHDEP_H
#define _AMD64_LINUX32_MACHDEP_H
#include <compat/linux32/arch/amd64/linux32_missing.h>
#ifdef _KERNEL
__BEGIN_DECLS
void linux32_syscall_intern(struct proc *);
__END_DECLS
#endif /* !_KERNEL */
#endif /* _AMD64_LINUX32_MACHDEP_H */