Changeset 6153749 in mainline for arch/ppc/include/byteorder.h
- Timestamp:
- 2005-09-05T09:35:56Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fe379b5
- Parents:
- ae9624e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/include/byteorder.h
rae9624e r6153749 32 32 #include <arch/types.h> 33 33 34 /** Convert little-endian parameter to host endianess34 /** Convert little-endian __native to host __native 35 35 * 36 * Convert little-endian to host endianess,36 * Convert little-endian __native parameter to host endianess. 37 37 * 38 * @param n Little-endian native argument.38 * @param n Little-endian __native argument. 39 39 * 40 40 * @return Result in host endianess.
Note:
See TracChangeset
for help on using the changeset viewer.