Remove building with NOCRYPTO option
[minix.git] / sys / arch / arm / include / bswap.h
blob983b945985d052c815001ea96f4a0846845e6730
1 /* $NetBSD: bswap.h,v 1.6 2014/01/29 01:36:43 matt Exp $ */
3 #ifndef _ARM_BSWAP_H_
4 #define _ARM_BSWAP_H_
6 #ifdef __aarch64__
7 #include <aarch64/byte_swap.h>
8 #else
9 #include <arm/byte_swap.h>
10 #endif
12 #define __BSWAP_RENAME
13 #include <sys/bswap.h>
15 #endif /* !_ARM_BSWAP_H_ */