xref: /minix3/sys/arch/i386/include/bswap.h (revision f6aac1c3b5ca21b829888677e8ee6bc9cda07e52)
1*f6aac1c3SLionel Sambuc /*      $NetBSD: bswap.h,v 1.4 2008/10/26 06:57:30 mrg Exp $      */
2*f6aac1c3SLionel Sambuc 
3*f6aac1c3SLionel Sambuc /* Written by Manuel Bouyer. Public domain */
4*f6aac1c3SLionel Sambuc 
5*f6aac1c3SLionel Sambuc #ifndef _I386_BSWAP_H_
6*f6aac1c3SLionel Sambuc #define	_I386_BSWAP_H_
7*f6aac1c3SLionel Sambuc 
8*f6aac1c3SLionel Sambuc #include <machine/byte_swap.h>
9*f6aac1c3SLionel Sambuc 
10*f6aac1c3SLionel Sambuc #define __BSWAP_RENAME
11*f6aac1c3SLionel Sambuc #include <sys/bswap.h>
12*f6aac1c3SLionel Sambuc 
13*f6aac1c3SLionel Sambuc #endif /* !_I386_BSWAP_H_ */
14