xref: /netbsd-src/sys/arch/or1k/include/bswap.h (revision 27620987b8618edefe3919667fcfb2a0eb02578b)
1 /*      $NetBSD: bswap.h,v 1.1 2014/09/03 19:34:26 matt Exp $      */
2 
3 #ifndef _OR1K_BSWAP_H_
4 #define _OR1K_BSWAP_H_
5 
6 #include <or1k/byte_swap.h>
7 
8 #define __BSWAP_RENAME
9 #include <sys/bswap.h>
10 
11 #endif /* _OR1K_BSWAP_H_ */
12