Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.2
      1  1.2  mycroft /*	$NetBSD: endian.h,v 1.2 2000/03/16 15:09:35 mycroft Exp $	*/
      2  1.1   itojun 
      3  1.1   itojun #if 1
      4  1.2  mycroft #define _BYTE_ORDER _BIG_ENDIAN
      5  1.1   itojun #else
      6  1.2  mycroft #define _BYTE_ORDER _LITTLE_ENDIAN
      7  1.1   itojun #endif
      8  1.1   itojun #include <sh3/endian.h>
      9