xref: /netbsd-src/sys/arch/powerpc/include/bswap.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: bswap.h,v 1.6 2006/01/31 07:51:41 dsl Exp $	*/
2 
3 #ifndef _POWERPC_BSWAP_H_
4 #define _POWERPC_BSWAP_H_
5 
6 #include <sys/bswap.h>
7 
8 #endif /* _POWERPC_BSWAP_H_ */
9