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
/
m68k
/
include
/
bswap.h
blob
1f850d884c15bae7f30a5b0a95c0fcc91699c832
1
/* $NetBSD: bswap.h,v 1.3 2001/03/30 20:00:05 leo Exp $ */
2
3
#ifndef _MACHINE_BSWAP_H_
4
#define _MACHINE_BSWAP_H_
5
6
#include <m68k/byte_swap.h>
7
8
#define __BSWAP_RENAME
9
#include <sys/bswap.h>
10
11
#endif
/* !_MACHINE_BSWAP_H_ */