1 1.5 jmcneill /* $NetBSD: ptrace.h,v 1.5 2011/09/03 14:23:50 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.5 jmcneill /* 4 1.5 jmcneill * Automatically generated by genheaders.sh on Sat Sep 3 10:13:14 EDT 2011 5 1.5 jmcneill * Do not modify directly! 6 1.1 jmcneill */ 7 1.5 jmcneill #ifndef _USERMODE_PTRACE_H 8 1.5 jmcneill #define _USERMODE_PTRACE_H 9 1.1 jmcneill 10 1.5 jmcneill #if defined(__i386__) 11 1.5 jmcneill #include "../../i386/include/ptrace.h" 12 1.5 jmcneill #elif defined(__x86_64__) 13 1.5 jmcneill #include "../../amd64/include/ptrace.h" 14 1.5 jmcneill #else 15 1.5 jmcneill #error port me 16 1.5 jmcneill #endif 17 1.2 reinoud #undef __HAVE_PTRACE_MACHDEP 18 1.4 jmcneill #undef __HAVE_PROCFS_MACHDEP 19 1.1 jmcneill 20 1.5 jmcneill #endif 21