Subversion Repositories HelenOS-historic

Rev

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

Rev 1243 Rev 1245
Line 31... Line 31...
31
 
31
 
32
#ifndef __LIBC__ENDIAN_H__
32
#ifndef __LIBC__ENDIAN_H__
33
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
33
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
34
#endif
34
#endif
35
 
35
 
36
#define __BYTE_ORDER __LITTLE_ENDIAN
36
#define __BYTE_ORDER __BIG_ENDIAN
37
 
37
 
38
#endif
38
#endif
39
 
39
 
40
 
40