1 1.4 dsl /* $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:19 dsl Exp $ */ 2 1.1 bouyer 3 1.1 bouyer /* Written by Manuel Bouyer. Public domain */ 4 1.1 bouyer 5 1.2 simonb #ifndef _MACHINE_BSWAP_H_ 6 1.2 simonb #define _MACHINE_BSWAP_H_ 7 1.1 bouyer 8 1.4 dsl #include <machine/byte_swap.h> 9 1.4 dsl 10 1.2 simonb #define __BSWAP_RENAME 11 1.2 simonb #include <sys/bswap.h> 12 1.1 bouyer 13 1.2 simonb #endif /* !_MACHINE_BSWAP_H_ */ 14