9 lines
180 B
C
9 lines
180 B
C
|
/* $NetBSD: bswap.h,v 1.1 2001/04/06 13:13:02 fredette Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_BSWAP_H_
|
||
|
#define _MACHINE_BSWAP_H_
|
||
|
|
||
|
#include <sys/bswap.h>
|
||
|
|
||
|
#endif /* !_MACHINE_BSWAP_H_ */
|