[BACK]Return to endian.h CVS log [TXT][DIR] Up to [local] / sys / arch / sparc64 / include

Annotation of sys/arch/sparc64/include/endian.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: endian.h,v 1.2 2005/12/13 00:35:23 millert Exp $      */
                      2:
                      3: #ifndef _SPARC64_ENDIAN_H_
                      4: #define _SPARC64_ENDIAN_H_
                      5:
                      6: #define        _BYTE_ORDER _BIG_ENDIAN
                      7: #include <sys/endian.h>
                      8:
                      9: #define __STRICT_ALIGNMENT
                     10:
                     11: #endif /* _SPARC64_ENDIAN_H_ */

CVSweb