Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.11
      1 /*	$NetBSD: endian.h,v 1.11 1999/08/21 05:53:51 simonb Exp $ */
      2 
      3 #ifndef _MACHINE_ENDIAN_H_
      4 #define _MACHINE_ENDIAN_H_
      5 
      6 #define _BYTE_ORDER _BIG_ENDIAN
      7 #include <sys/endian.h>
      8 
      9 #endif /* _MACHINE_ENDIAN_H_ */
     10