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