repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: fix sanity check
[minix.git]
/
sys
/
arch
/
arm
/
include
/
bswap.h
blob
ec0d6673cc21686176294c2b435a530c73d4ef26
1
/* $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:18 dsl 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_ */