Changeset 85882fc in mainline
- Timestamp:
- 2006-04-27T11:16:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2991efd
- Parents:
- 07b3d93f
- Location:
- libc
- Files:
-
- 5 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/endian.h
r07b3d93f r85882fc 27 27 */ 28 28 29 #ifndef __LIBC__ENDIAN S_H__30 #define __LIBC__ENDIAN S_H__29 #ifndef __LIBC__ENDIAN_H__ 30 #define __LIBC__ENDIAN_H__ 31 31 32 32 #define __LITTLE_ENDIAN 1234 … … 34 34 #define __PDP_ENDIAN 3412 35 35 36 /* TODO: move it to arch dependent directory */ 37 #define __BYTE_ORDER __LITTLE_ENDIAN 36 #include <libarch/endian.h> 38 37 39 38 #endif 39
Note:
See TracChangeset
for help on using the changeset viewer.