Home | History | Annotate | Line # | Download | only in include
      1 /*      $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:18 dsl Exp $      */
      2 
      3 #ifndef _MACHINE_BSWAP_H_
      4 #define	_MACHINE_BSWAP_H_
      5 
      6 #include <m68k/byte_swap.h>
      7 
      8 #define	__BSWAP_RENAME
      9 #include <sys/bswap.h>
     10 
     11 #endif /* !_MACHINE_BSWAP_H_ */
     12