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