repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
sh3
/
include
/
bswap.h
blob
4bb29a1bf8579b84a0817475b03e1e73df4ad26f
1
/* $NetBSD: bswap.h,v 1.6 2006/01/31 07:58:56 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_ */