blob: 39b35c264a6b70a4be8cec9281e0b16780384967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $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 */
|