summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/ptrace.h
blob: 822e8f186a9e7721b304b879a9f4c89de625db0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* $NetBSD: ptrace.h,v 1.13 2013/11/10 19:52:01 jmcneill Exp $ */

/*
 * Automatically generated by genheaders.sh on Sun Nov 10 15:47:58 AST 2013
 * Do not modify directly!
 */
#ifndef _USERMODE_PTRACE_H
#define _USERMODE_PTRACE_H

#if defined(__i386__)
#include "../../i386/include/ptrace.h"
#elif defined(__x86_64__)
#include "../../amd64/include/ptrace.h"
#elif defined(__arm__)
#include "../../arm/include/ptrace.h"
#else
#error port me
#endif
#undef __HAVE_PTRACE_MACHDEP
#undef __HAVE_PROCFS_MACHDEP

#endif