repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 6.02~pre8+dfsg.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
endian.h
blob
e65b1b94a4a15aa65a8531a34150e7364cf74e1e
1
/*
2
* endian.h
3
*/
4
5
#ifndef _ENDIAN_H
6
#define _ENDIAN_H
7
8
#include <klibc/endian.h>
9
10
#define LITTLE_ENDIAN __LITTLE_ENDIAN
11
#define BIG_ENDIAN __BIG_ENDIAN
12
#define PDP_ENDIAN __PDP_ENDIAN
13
#define BYTE_ORDER __BYTE_ORDER
14
15
#endif
/* _ENDIAN_H */