xref: /netbsd/sys/arch/hppa/include/bswap.h (revision 6550d01e)
1 /*      $NetBSD: bswap.h,v 1.2 2006/01/31 07:49:18 dsl Exp $	*/
2 
3 /* Written by Manuel Bouyer. Public domain */
4 
5 #ifndef _HPPA_BSWAP_H_
6 #define	_HPPA_BSWAP_H_
7 
8 #include <machine/byte_swap.h>
9 
10 #define __BSWAP_RENAME
11 #include <sys/bswap.h>
12 
13 #endif /* !_HPPA_BSWAP_H_ */
14