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
/
hpc
/
stand
/
include
/
machine
/
endian_machdep.h
blob
9d9936cc92f150890deb65cb9eceee3a0ba7ecb3
1
/* $NetBSD: endian_machdep.h,v 1.1.26.3 2004/09/21 13:15:59 skrll Exp $ */
2
3
/* Windows CE architecture */
4
5
#ifndef _LITTLE_ENDIAN
6
#define _LITTLE_ENDIAN 1234
7
#endif
8
#ifndef LITTLE_ENDIAN
9
#define LITTLE_ENDIAN 1234
10
#endif
11
12
#define _BYTE_ORDER _LITTLE_ENDIAN