bswap.h revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
/* $NetBSD: bswap.h,v 1.3 2006/01/31 07:49:18 dsl Exp $ */
/* Written by Manuel Bouyer. Public domain */
#ifndef _MACHINE_BSWAP_H_
#define _MACHINE_BSWAP_H_
#include <machine/byte_swap.h>
#define __BSWAP_RENAME
#include <sys/bswap.h>
#endif /* !_MACHINE_BSWAP_H_ */