summaryrefslogtreecommitdiff
path: root/sys/arch/arc/include/ptrace.h
blob: 7a11b267e91bd83b8a93393476f302bc5742f6e4 (plain)
1
2
3
4
5
6
/*	$NetBSD: ptrace.h,v 1.5 2017/04/08 00:25:49 kamil Exp $	*/
/*      $OpenBSD: ptrace.h,v 1.1.1.1 1996/06/24 09:07:18 pefo Exp $	*/

#define	PT_STEP		(PT_FIRSTMACH + 0)

#include <mips/ptrace.h>