xref: /freebsd/sys/arm64/include/acle-compat.h (revision 64884e0d4ce7ed57c970e1b34f93e3754c656900)
1 #ifdef __arm__
2 #include <arm/acle-compat.h>
3 #else /* !__arm__ */
4 #error Do not include this header, used only for 32-bit compatibility
5 #endif /* !__arm__ */
6