xref: /netbsd-src/sys/arch/mips/include/bswap.h (revision d25ffa98a4bfca1fe272f3c182496ec9934faac7)
1 /*      $NetBSD: bswap.h,v 1.3 2002/11/30 01:52:32 simonb Exp $      */
2 
3 #ifndef _MIPS_BSWAP_H_
4 #define	_MIPS_BSWAP_H_
5 
6 #define __BSWAP_RENAME
7 #include <sys/bswap.h>
8 
9 #endif /* !_MIPS_BSWAP_H_ */
10