Home | History | Annotate | Line # | Download | only in include
linux32_machdep.h revision 1.2.14.1
      1  1.2.14.1     rmind /*	$NetBSD: linux32_machdep.h,v 1.2.14.1 2014/05/18 17:44:54 rmind 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.2.14.1     rmind #include <compat/linux/common/linux_types.h>
      9       1.1      manu #include <compat/linux32/common/linux32_types.h>
     10       1.1      manu 
     11       1.2  christos #include <compat/linux32/arch/amd64/linux32_siginfo.h>
     12       1.1      manu #include <compat/linux32/arch/amd64/linux32_signal.h>
     13       1.1      manu #include <compat/linux32/arch/amd64/linux32_syscallargs.h>
     14       1.1      manu #include <compat/linux32/arch/amd64/linux32_syscall.h>
     15       1.1      manu #include <compat/linux32/arch/amd64/linux32_machdep.h>
     16       1.1      manu 
     17       1.1      manu #endif /* _MACHINE_LINUX32_H_ */
     18