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