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