xref: /netbsd-src/sys/arch/usermode/include/ptrace.h (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1 /* $NetBSD: ptrace.h,v 1.14 2018/05/16 12:40:43 reinoud Exp $ */
2 
3 /*
4  * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
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 #elif defined(__arm__)
15 #include "../../arm/include/ptrace.h"
16 #else
17 #error port me
18 #endif
19 #undef __HAVE_PTRACE_MACHDEP
20 #undef __HAVE_PROCFS_MACHDEP
21 
22 #endif
23