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