Home | History | Annotate | Line # | Download | only in machine
bswap.h revision 1.1
      1  1.1  uch /*	$NetBSD: bswap.h,v 1.1 2001/02/09 18:35:24 uch Exp $	*/
      2  1.1  uch 
      3  1.1  uch #ifndef _MACHINE_BSWAP_H_
      4  1.1  uch #define	_MACHINE_BSWAP_H_
      5  1.1  uch 
      6  1.1  uch #define __BSWAP_RENAME
      7  1.1  uch #include <sys/bswap.h>
      8  1.1  uch 
      9  1.1  uch #endif // _MACHINE_BSWAP_H_
     10