11 lines
195 B
C
11 lines
195 B
C
/* $NetBSD: bswap.h,v 1.7 2006/02/01 20:56:18 dsl Exp $ */
|
|
|
|
#ifndef _SH3_BSWAP_H_
|
|
#define _SH3_BSWAP_H_
|
|
|
|
#include <sh3/byte_swap.h>
|
|
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_SH3_BSWAP_H_ */
|