Changeset f3ade6c in mainline for arch/amd64/include/byteorder.h
- Timestamp:
- 2005-09-11T15:13:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2b3e0738
- Parents:
- 61a9bbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/byteorder.h
r61a9bbe rf3ade6c 31 31 32 32 /* AMD64 is little-endian */ 33 #define native_le2host(n) (n)34 #define u64_le2host(n) (n)33 #define __native_le2host(n) (n) 34 #define __u64_le2host(n) (n) 35 35 36 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.