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

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

1.1       nbrk        1: /*     $OpenBSD: endian.h,v 1.3 2005/12/13 00:35:23 millert Exp $      */
                      2:
                      3: #ifdef __ARMEB__
                      4: #define _BYTE_ORDER _BIG_ENDIAN
                      5: #else
                      6: #define _BYTE_ORDER _LITTLE_ENDIAN
                      7: #endif
                      8: #define        __STRICT_ALIGNMENT
                      9: #include <sys/endian.h>

CVSweb