No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / hppa / include / bswap.h
blob0b150dab93aa868b272e4e461fddfd4049efe218
1 /* $NetBSD: bswap.h,v 1.1 2002/06/05 01:04:21 fredette Exp $ */
3 /* Written by Manuel Bouyer. Public domain */
5 #ifndef _HPPA_BSWAP_H_
6 #define _HPPA_BSWAP_H_
8 #include <machine/byte_swap.h>
10 #define __BSWAP_RENAME
11 #include <sys/bswap.h>
13 #endif /* !_HPPA_BSWAP_H_ */