mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 10:21:11 +01:00
6 lines
157 B
C
6 lines
157 B
C
|
#ifdef __arm__
|
||
|
#include <arm/acle-compat.h>
|
||
|
#else /* !__arm__ */
|
||
|
#error Do not include this header, used only for 32-bit compatibility
|
||
|
#endif /* !__arm__ */
|