summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/kir.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/kir.h')
-rw-r--r--gpxe/src/arch/i386/include/kir.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpxe/src/arch/i386/include/kir.h b/gpxe/src/arch/i386/include/kir.h
deleted file mode 100644
index 84633d26..00000000
--- a/gpxe/src/arch/i386/include/kir.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef KIR_H
-#define KIR_H
-
-#ifndef KEEP_IT_REAL
-#error "kir.h can be used only with -DKEEP_IT_REAL"
-#endif
-
-#ifdef ASSEMBLY
-
-#define code32 code16gcc
-
-#else /* ASSEMBLY */
-
-__asm__ ( ".code16gcc" );
-
-#endif /* ASSEMBLY */
-
-#endif /* KIR_H */