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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
arm
/
include
/
bswap.h
blob
36cde8b5b3df56193e889278cf83676d3e50c48d
1
/* $NetBSD: bswap.h,v 1.3 2002/08/14 15:08:57 thorpej Exp $ */
2
3
#ifndef _MACHINE_BSWAP_H_
4
#define _MACHINE_BSWAP_H_
5
6
#include <arm/byte_swap.h>
7
8
#define __BSWAP_RENAME
9
#include <sys/bswap.h>
10
11
#endif
/* !_MACHINE_BSWAP_H_ */