summaryrefslogtreecommitdiff
path: root/sys/arm64/include/reloc.h
blob: 4f9f327af86fbf2bfe88066099b31531a01eb61c (plain)
1
2
3
4
5
6

#ifdef __arm__
#include <arm/reloc.h>
#else /* !__arm__ */
/* empty */
#endif /* !__arm__ */