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
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libc
/
arch
/
mips
/
gdtoa
/
arith.h
blob
40d3ed1fa7e4a990a1e2ac6a892e2439643000b2
1
/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2
3
#include <machine/endian.h>
4
5
#if BYTE_ORDER == BIG_ENDIAN
6
#define IEEE_BIG_ENDIAN
7
#else
8
#define IEEE_LITTLE_ENDIAN
9
#endif