aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/aarch64-freebsd-none/machine/sysreg.h
blob: 89ede563e9b3c2047c86de178a40c14d449d632d (plain)
1
2
3
4
5
#ifdef __arm__
#include <arm/sysreg.h>
#else /* !__arm__ */
#error Do not include this header, used only for 32-bit compatibility
#endif /* !__arm__ */