Changeset 3128 for trunk/freewrt/scripts/endian.h
- Timestamp:
- 07/04/07 15:02:56 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/endian.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/endian.h
r3089 r3128 13 13 #define bswap_32(x) bswap32(x) 14 14 #define bswap_64(x) bswap64(x) 15 #elif defined(__MirBSD__) 16 #define bswap_16(x) swap16(x) 17 #define bswap_32(x) swap32(x) 18 #define bswap_64(x) swap64(x) 15 19 #elif defined(__CYGWIN__) 16 20 #error Missing


