10 lines
204 B
C
10 lines
204 B
C
/* $NetBSD: bswap.h,v 1.1 2000/05/09 21:55:58 bjh21 Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#define __BSWAP_RENAME
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MACHINE_BSWAP_H_ */
|