repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
endian.h
blob
84188542443291a18e9c488a91a4a5998896f79b
1
#ifndef ETHERBOOT_BITS_ENDIAN_H
2
#define ETHERBOOT_BITS_ENDIAN_H
3
4
FILE_LICENCE
(
GPL2_OR_LATER
);
5
6
#define __BYTE_ORDER __LITTLE_ENDIAN
7
8
#endif
/* ETHERBOOT_BITS_ENDIAN_H */