Changeset c7a7656 in mainline for arch/mips32/include/byteorder.h
- Timestamp:
- 2005-09-12T20:25:21Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1c9b02df
- Parents:
- 72dde3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/byteorder.h
r72dde3a rc7a7656 27 27 */ 28 28 29 #ifndef __mips 32_BYTEORDER_H__30 #define __mips 32_BYTEORDER_H__29 #ifndef __mips_BYTEORDER_H__ 30 #define __mips_BYTEORDER_H__ 31 31 32 32 #include <arch/types.h> … … 41 41 static inline __native __native_le2host(__native n) 42 42 { 43 return __u32_byte roder_swap(n);43 return __u32_byteorder_swap(n); 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.