summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/include/sljit_machdep.h
blob: e006c597aae876aabe56ed5b94964d6207690ab2 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: sljit_machdep.h,v 1.2 2018/08/26 21:06:46 rjs Exp $	*/

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