Changeset 3156582 in mainline for arch/amd64/include/byteorder.h
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/byteorder.h
r8491c48 r3156582 31 31 32 32 /* AMD64 is little-endian */ 33 #define native_le2host(n) n 33 #define native_le2host(n) (n) 34 #define u64_le2host(n) (n) 34 35 35 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.