Files
netbsd/sys/arch/usermode/include/ptrace.h
2013-04-06 16:48:33 +02:00

21 lines
452 B
C

/* $NetBSD: ptrace.h,v 1.12 2012/02/05 17:40:08 reinoud Exp $ */
/*
* Automatically generated by genheaders.sh on Sun Feb 5 18:39:34 CET 2012
* 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"
#else
#error port me
#endif
#undef __HAVE_PTRACE_MACHDEP
#undef __HAVE_PROCFS_MACHDEP
#endif