Home | History | Annotate | Line # | Download | only in include
bswap.h revision 1.6
      1 /*      $NetBSD: bswap.h,v 1.6 2006/01/31 07:58:56 dsl Exp $      */
      2 
      3 #ifndef _SH3_BSWAP_H_
      4 #define	_SH3_BSWAP_H_
      5 
      6 #include <machine/byte_swap.h>
      7 
      8 #include <sys/bswap.h>
      9 
     10 #endif /* !_SH3_BSWAP_H_ */
     11