xref: /netbsd-src/sys/arch/vax/include/bswap.h (revision 67d47e029086ab0f187228c06ef5c094da9f75dc)
1*67d47e02Sdsl /*      $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:19 dsl Exp $      */
2dc306354Sbouyer 
3dc306354Sbouyer /* Written by Manuel Bouyer. Public domain */
4dc306354Sbouyer 
506a92524Ssimonb #ifndef _MACHINE_BSWAP_H_
606a92524Ssimonb #define	_MACHINE_BSWAP_H_
7dc306354Sbouyer 
8*67d47e02Sdsl #include <machine/byte_swap.h>
9*67d47e02Sdsl 
1006a92524Ssimonb #define __BSWAP_RENAME
1106a92524Ssimonb #include <sys/bswap.h>
12dc306354Sbouyer 
1306a92524Ssimonb #endif /* !_MACHINE_BSWAP_H_ */
14