Home | History | Annotate | Line # | Download | only in include
ptrace.h revision 1.12
      1   1.5  jmcneill /* $NetBSD: ptrace.h,v 1.12 2012/02/05 17:40:08 reinoud Exp $ */
      2   1.1  jmcneill 
      3   1.5  jmcneill /*
      4  1.12   reinoud  * Automatically generated by genheaders.sh on Sun Feb  5 18:39:34 CET 2012
      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