Home | History | Annotate | Line # | Download | only in include
linux32_machdep.h revision 1.2
      1  1.2  christos /*	$NetBSD: linux32_machdep.h,v 1.2 2011/11/18 04:09:17 christos Exp $ */
      2  1.1      manu 
      3  1.1      manu #ifndef _MACHINE_LINUX32_H_
      4  1.1      manu #define _MACHINE_LINUX32_H_
      5  1.1      manu 
      6  1.1      manu #include <compat/netbsd32/netbsd32.h>
      7  1.1      manu 
      8  1.1      manu #include <compat/linux32/common/linux32_types.h>
      9  1.1      manu 
     10  1.2  christos #include <compat/linux32/arch/amd64/linux32_siginfo.h>
     11  1.1      manu #include <compat/linux32/arch/amd64/linux32_signal.h>
     12  1.1      manu #include <compat/linux32/arch/amd64/linux32_syscallargs.h>
     13  1.1      manu #include <compat/linux32/arch/amd64/linux32_syscall.h>
     14  1.1      manu #include <compat/linux32/arch/amd64/linux32_machdep.h>
     15  1.1      manu 
     16  1.1      manu #endif /* _MACHINE_LINUX32_H_ */
     17