Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.3
      1 /*	$NetBSD: endian.h,v 1.3 2000/03/16 15:09:37 mycroft Exp $ */
      2 
      3 #ifndef _BYTE_ORDER
      4 # error  Define SH target CPU endian-ness in port-specific header file.
      5 #endif
      6 
      7 #include <sys/endian.h>
      8