summaryrefslogtreecommitdiff
path: root/sys/arm64/include/exec.h
blob: 462b9ac6bfa4b6d2fb44398f5ce09b63a71253ad (plain)
1
2
3
4
5
6

#ifdef __arm__
#include <arm/exec.h>
#else /* !__arm__ */
/* empty */
#endif /* !__arm__ */