xref: /netbsd-src/sys/arch/alpha/include/bswap.h (revision ead2c0eee3abe6bcf08c63bfc78eb8a93a579b2b)
1 /*      $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:51 simonb 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