Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / i386 / include / bswap.h
blob5e5f155e96f92ff6c8b5585c8b0c42c80ddbb79b
1 /* $NetBSD: bswap.h,v 1.3 2006/01/31 07:49:18 dsl Exp $ */
3 /* Written by Manuel Bouyer. Public domain */
5 #ifndef _I386_BSWAP_H_
6 #define _I386_BSWAP_H_
8 #include <machine/byte_swap.h>
10 #define __BSWAP_RENAME
11 #include <sys/bswap.h>
13 #endif /* !_I386_BSWAP_H_ */