Changeset 776f2e6 in mainline for uspace/lib/libc/arch/arm32/include/byteorder.h
- Timestamp:
- 2008-04-03T20:46:47Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12ab886
- Parents:
- 5d494b3
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/arm32/include/byteorder.h
r5d494b3 r776f2e6 1 1 /* 2 * Copyright (c) 200 6 Josef Cejka2 * Copyright (c) 2005 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc ia3229 /** @addtogroup libcarm32 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @brief Endianness definitions. 33 34 */ 34 35 35 #ifndef LIBC_ ia32_ENDIAN_H_36 #define LIBC_ ia32_ENDIAN_H_36 #ifndef LIBC_arm32_BYTEORDER_H_ 37 #define LIBC_arm32_BYTEORDER_H_ 37 38 38 #ifndef LIBC_ENDIAN_H_ 39 # error "Never use <libarch/endian.h> directly - use <endian.h> instead." 40 #endif 41 42 #define __BYTE_ORDER __LITTLE_ENDIAN 39 #define ARCH_IS_BIG_ENDIAN 43 40 44 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.