Home | History | Annotate | Line # | Download | only in amd64
linux32_machdep.h revision 1.1.54.1
      1  1.1.54.1   mjf /*	$NetBSD: linux32_machdep.h,v 1.1.54.1 2007/12/08 18:18:52 mjf Exp $ */
      2       1.1  manu 
      3       1.1  manu #ifndef _AMD64_LINUX32_MACHDEP_H
      4       1.1  manu #define _AMD64_LINUX32_MACHDEP_H
      5       1.1  manu 
      6       1.1  manu #include <compat/linux32/arch/amd64/linux32_missing.h>
      7       1.1  manu 
      8       1.1  manu #ifdef _KERNEL
      9       1.1  manu __BEGIN_DECLS
     10  1.1.54.1   mjf void linux32_syscall_intern(struct proc *);
     11       1.1  manu __END_DECLS
     12       1.1  manu #endif /* !_KERNEL */
     13       1.1  manu 
     14       1.1  manu #endif /* _AMD64_LINUX32_MACHDEP_H */
     15