Subversion Repositories HelenOS

Rev

Rev 3022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3022 Rev 4055
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
36
#ifndef LIBC_arm32_BYTEORDER_H_
36
#ifndef LIBC_arm32_BYTEORDER_H_
37
#define LIBC_arm32_BYTEORDER_H_
37
#define LIBC_arm32_BYTEORDER_H_
38
 
38
 
39
#define ARCH_IS_BIG_ENDIAN
39
#define ARCH_IS_LITTLE_ENDIAN
40
 
40
 
41
#endif
41
#endif
42
 
42
 
43
/** @}
43
/** @}
44
 */
44
 */