Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
aarch64-freebsd-none
machine
sysreg.h
pretty
plain
permalink
blame
history
•
5 lines
•
151 B
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__ */