mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
Move include/image.h to include/gpxe/image.h
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user