1*1fd097bfSuwe /* $NetBSD: bswap.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ 2*1fd097bfSuwe 3*1fd097bfSuwe #ifndef _MACHINE_BSWAP_H_ 4*1fd097bfSuwe #define _MACHINE_BSWAP_H_ 5*1fd097bfSuwe 6*1fd097bfSuwe #include <sh3/bswap.h> 7*1fd097bfSuwe 8*1fd097bfSuwe #endif /* _MACHINE_BSWAP_H_ */ 9