xref: /netbsd-src/sys/arch/riscv/include/bswap.h (revision 0ad349337a874f932507463a034e8710784222b7)
1 /*	$NetBSD: bswap.h,v 1.2 2024/08/04 08:16:25 skrll Exp $	*/
2 
3 #ifndef _RISCV_BSWAP_H_
4 #define _RISCV_BSWAP_H_
5 
6 #include <riscv/byte_swap.h>
7 
8 #define __BSWAP_RENAME
9 #include <sys/bswap.h>
10 
11 #endif /* _RISCV_BSWAP_H_ */
12