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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
evbsh3
/
include
/
endian_machdep.h
blob
549233513e41b46b0ee25e1960ca913f1c314d3e
1
/* $NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:20 mycroft Exp $ */
2
3
/* XXX relying upon gcc symbol here... */
4
#ifdef __LITTLE_ENDIAN__
5
#define _BYTE_ORDER _LITTLE_ENDIAN
6
#else
7
#define _BYTE_ORDER _BIG_ENDIAN
8
#endif
9
#include <sh3/endian_machdep.h>