Subversion Repositories HelenOS

Rev

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

Rev 1864 Rev 1866
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_sparc64_ENDIAN_H_
35
#ifndef LIBC_sparc64_ENDIAN_H_
36
#define LIBC_sparc64_ENDIAN_H_
36
#define LIBC_sparc64_ENDIAN_H_
37
 
37
 
38
#ifndef __LIBC__ENDIAN_H__
38
#ifndef LIBC_ENDIAN_H_
39
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
39
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
40
#endif
40
#endif
41
 
41
 
42
#define __BYTE_ORDER __BIG_ENDIAN
42
#define __BYTE_ORDER __BIG_ENDIAN
43
 
43