xref: /netbsd-src/sys/arch/evbarm/include/netbsd32_machdep.h (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
1 /* $NetBSD: netbsd32_machdep.h,v 1.2 2018/04/01 04:35:05 ryo Exp $ */
2 
3 #ifdef __aarch64__
4 #include <aarch64/netbsd32_machdep.h>
5 #else
6 #include <arm/netbsd32_machdep.h>
7 #endif
8