10 lines
204 B
C
10 lines
204 B
C
|
/* $NetBSD: bswap.h,v 1.1 2003/08/19 10:53:05 ragge Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_BSWAP_H_
|
||
|
#define _MACHINE_BSWAP_H_
|
||
|
|
||
|
#define __BSWAP_RENAME
|
||
|
#include <sys/bswap.h>
|
||
|
|
||
|
#endif /* !_MACHINE_BSWAP_H_ */
|