summaryrefslogtreecommitdiffstats
path: root/src/core/image.c
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/core/image.c
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/core/image.c')
-rw-r--r--src/core/image.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/image.c b/src/core/image.c
index 965af5aa..80d3d5c5 100644
--- a/src/core/image.c
+++ b/src/core/image.c
@@ -1,8 +1,9 @@
#include "dev.h"
#include <gpxe/buffer.h>
-#include "image.h"
#include <console.h>
+#if 0
+
static struct image images[0] __image_start;
static struct image images_end[0] __image_end;
@@ -18,8 +19,6 @@ void print_images ( void ) {
}
}
-#if 0
-
/*
* Identify the image format
*