summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2007-01-11 17:04:36 +0100
committerMichael Brown2007-01-11 17:04:36 +0100
commit4fc9333159f3ad62bdc7e27103eac3139ba41e68 (patch)
tree0d5045cf6184c20be75958b51e2bac97445bb074 /src/arch
parentHad this file lying around for ages; may as well check it in. (diff)
downloadipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.tar.gz
ipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.tar.xz
ipxe-4fc9333159f3ad62bdc7e27103eac3139ba41e68.zip
Move include/image.h to include/gpxe/image.h
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/image/nbi.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c
index edaaedc90..6b00f5fba 100644
--- a/src/arch/i386/image/nbi.c
+++ b/src/arch/i386/image/nbi.c
@@ -1,13 +1,12 @@
-#include "image.h"
+#warning "This file is obsolete"
+#if 0
+
#include "memsizes.h"
#include "realmode.h"
#include "gateA20.h"
#include "etherboot.h"
#include "errno.h"
-#warning "This file is obsolete"
-#if 0
-
/** @file
*
* NBI image format.