1*06a92524Ssimonb /* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:55 simonb Exp $ */ 2dc306354Sbouyer 3*06a92524Ssimonb #ifndef _MACHINE_BSWAP_H_ 4*06a92524Ssimonb #define _MACHINE_BSWAP_H_ 5dc306354Sbouyer 6*06a92524Ssimonb #include <sys/bswap.h> 7dc306354Sbouyer 8*06a92524Ssimonb #endif /* !_MACHINE_BSWAP_H_ */ 9