1 /* $NetBSD: bswap.h,v 1.3 2000/05/27 16:44:14 ragge Exp $ */
3 /* Written by Manuel Bouyer. Public domain */
5 #ifndef _MACHINE_BSWAP_H_
6 #define _MACHINE_BSWAP_H_
8 #include <machine/byte_swap.h>
10 #define __BSWAP_RENAME
11 #include <sys/bswap.h>
13 #endif /* !_MACHINE_BSWAP_H_ */