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

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