| 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_ */ |