ba7cbe760f
These sources are ported from FreeBSD/ia64 code. See individual source files for credits. In addition, code from NetBSD/alpha NetBSD/sparc64, NetBSD/i386 and NetBSD/amd64 were used as templates, along with my own additions.
9 lines
182 B
C
9 lines
182 B
C
/* $NetBSD: bswap.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MACHINE_BSWAP_H_ */
|