summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/include/ptrace.h
blob: b0f0610fbeea9e6c1927a2c91d69be759145d11c (plain)
1
2
3
4
5
6
7
/*	$NetBSD: ptrace.h,v 1.2 2018/04/01 04:35:05 ryo Exp $	*/

#ifdef __aarch64__
#include <aarch64/ptrace.h>
#else
#include <arm/ptrace.h>
#endif