10 lines
196 B
C
10 lines
196 B
C
/* $NetBSD: bswap.h,v 1.3 2002/11/30 01:52:32 simonb Exp $ */
|
|
|
|
#ifndef _MIPS_BSWAP_H_
|
|
#define _MIPS_BSWAP_H_
|
|
|
|
#define __BSWAP_RENAME
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MIPS_BSWAP_H_ */
|