/* $NetBSD: bswap.h,v 1.6 2014/01/29 01:36:43 matt Exp $ */ #ifndef _ARM_BSWAP_H_ #define _ARM_BSWAP_H_ #ifdef __aarch64__ #include #else #include #endif #define __BSWAP_RENAME #include #endif /* !_ARM_BSWAP_H_ */