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
/
kir.h
blob
84633d26fab92d0b0b7a405ab66aefce24892fe4
1
#ifndef KIR_H
2
#define KIR_H
3
4
#ifndef KEEP_IT_REAL
5
#error
"kir.h can be used only with -DKEEP_IT_REAL"
6
#endif
7
8
#ifdef ASSEMBLY
9
10
#define code32 code16gcc
11
12
#else
/* ASSEMBLY */
13
14
__asm__
(
".code16gcc"
);
15
16
#endif
/* ASSEMBLY */
17
18
#endif
/* KIR_H */