1 /* $NetBSD: ptrace.h,v 1.12 2012/02/05 17:40:08 reinoud Exp $ */ 2 3 /* 4 * Automatically generated by genheaders.sh on Sun Feb 5 18:39:34 CET 2012 5 * Do not modify directly! 6 */ 7 #ifndef _USERMODE_PTRACE_H 8 #define _USERMODE_PTRACE_H 9 10 #if defined(__i386__) 11 #include "../../i386/include/ptrace.h" 12 #elif defined(__x86_64__) 13 #include "../../amd64/include/ptrace.h" 14 #else 15 #error port me 16 #endif 17 #undef __HAVE_PTRACE_MACHDEP 18 #undef __HAVE_PROCFS_MACHDEP 19 20 #endif 21