xref: /netbsd-src/sys/arch/arc/include/ptrace.h (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1 /*	$NetBSD: ptrace.h,v 1.5 2017/04/08 00:25:49 kamil Exp $	*/
2 /*      $OpenBSD: ptrace.h,v 1.1.1.1 1996/06/24 09:07:18 pefo Exp $	*/
3 
4 #define	PT_STEP		(PT_FIRSTMACH + 0)
5 
6 #include <mips/ptrace.h>
7