Move include/image.h to include/gpxe/image.h

This commit is contained in:
Michael Brown
2007-01-11 16:04:36 +00:00
parent d84ec0e5d5
commit 4fc9333159
6 changed files with 65 additions and 35 deletions

View File

@@ -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
*