10 lines
204 B
C
10 lines
204 B
C
|
/* $NetBSD: bswap.h,v 1.1 2001/01/10 19:02:05 bjh21 Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_BSWAP_H_
|
||
|
#define _MACHINE_BSWAP_H_
|
||
|
|
||
|
#define __BSWAP_RENAME
|
||
|
#include <sys/bswap.h>
|
||
|
|
||
|
#endif /* !_MACHINE_BSWAP_H_ */
|