Changeset fadd381 in mainline for uspace/libc/arch/mips32eb/include/endian.h
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/mips32eb/include/endian.h
rfd85ae5 rfadd381 36 36 37 37 38 #ifndef __mips32eb_ENDIAN_H__39 #define __mips32eb_ENDIAN_H__38 #ifndef LIBC_mips32eb_ENDIAN_H_ 39 #define LIBC_mips32eb_ENDIAN_H_ 40 40 41 #ifndef __LIBC__ENDIAN_H__41 #ifndef LIBC_ENDIAN_H_ 42 42 # error "Never use <libarch/endian.h> directly - use <endian.h> instead." 43 43 #endif … … 47 47 #endif 48 48 49 49 /** @} 50 50 */ 51
Note:
See TracChangeset
for help on using the changeset viewer.