xref: /netbsd-src/sys/arch/evbarm/include/sljit_machdep.h (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1 /*	$NetBSD: sljit_machdep.h,v 1.2 2018/08/26 21:06:46 rjs Exp $	*/
2 
3 #ifdef __aarch64__
4 #include <aarch64/sljit_machdep.h>
5 #else
6 #include <arm/sljit_machdep.h>
7 #endif
8