xref: /netbsd-src/sys/arch/hpc/stand/include/machine/bswap.h (revision 17dd36da8292193180754d5047c0926dbb56818c)
1 /*	$NetBSD: bswap.h,v 1.1 2001/02/09 18:35:24 uch 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