mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
15 lines
339 B
C
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 */
|