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
/
fakee820.h
blob
9d00fb670a4ea42696e4aa7c9dae59e1f5689e7e
1
#ifndef _FAKEE820_H
2
#define _FAKEE820_H
3
4
FILE_LICENCE
(
GPL2_OR_LATER
);
5
6
extern
void
fake_e820
(
void
);
7
extern
void
unfake_e820
(
void
);
8
9
#endif
/* _FAKEE820_H */