1 /*      $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:18 dsl Exp $      */
2 
3 #ifndef _MACHINE_BSWAP_H_
4 #define _MACHINE_BSWAP_H_
5 
6 #include <machine/byte_swap.h>
7 
8 #define __BSWAP_RENAME
9 #include <sys/bswap.h>
10 
11 #endif /* !_MACHINE_BSWAP_H_ */
12