xref: /netbsd-src/sys/arch/sun2/include/bswap.h (revision b83ebeba7f767758d2778bb0f9d7a76534253621)
1 /*     $NetBSD: bswap.h,v 1.3 2007/10/17 19:57:43 garbled Exp $   */
2 
3 #ifndef _MACHINE_BSWAP_H_
4 #define	_MACHINE_BSWAP_H_
5 
6 #define __BSWAP_RENAME
7 #include <sys/bswap.h>
8 
9 #endif /* !_MACHINE_BSWAP_H_ */
10