blob: 26f9835e907f2fd5ea9e5aa25ef7a3c1d90077e6 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $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_ */
|