Home | History | Annotate | Line # | Download | only in include
linux32_machdep.h revision 1.1.114.2
      1  1.1.114.2  yamt /*	$NetBSD: linux32_machdep.h,v 1.1.114.2 2014/05/22 11:39:28 yamt 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.114.2  yamt #include <compat/linux/common/linux_types.h>
      9        1.1  manu #include <compat/linux32/common/linux32_types.h>
     10        1.1  manu 
     11  1.1.114.1  yamt #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