xref: /netbsd/sys/arch/sh3/include/bswap.h (revision 37875b24)
1 /*      $NetBSD: bswap.h,v 1.7 2006/02/01 20:56:18 dsl Exp $      */
2 
3 #ifndef _SH3_BSWAP_H_
4 #define	_SH3_BSWAP_H_
5 
6 #include <sh3/byte_swap.h>
7 
8 #include <sys/bswap.h>
9 
10 #endif /* !_SH3_BSWAP_H_ */
11