Home | History | Annotate | Line # | Download | only in machine
bswap.h revision 1.1.2.2
      1  1.1.2.2  bouyer /*	$NetBSD: bswap.h,v 1.1.2.2 2001/02/11 19:10:15 bouyer Exp $	*/
      2  1.1.2.2  bouyer 
      3  1.1.2.2  bouyer #ifndef _MACHINE_BSWAP_H_
      4  1.1.2.2  bouyer #define	_MACHINE_BSWAP_H_
      5  1.1.2.2  bouyer 
      6  1.1.2.2  bouyer #define __BSWAP_RENAME
      7  1.1.2.2  bouyer #include <sys/bswap.h>
      8  1.1.2.2  bouyer 
      9  1.1.2.2  bouyer #endif // _MACHINE_BSWAP_H_
     10