mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Move include/image.h to include/gpxe/image.h
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "etherboot.h"
|
||||
#include "dev.h"
|
||||
#include "console.h"
|
||||
#include "image.h"
|
||||
|
||||
#include "config/general.h"
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -25,7 +25,6 @@ Literature dealing with the network protocols:
|
||||
#include "cmdline.h"
|
||||
#include "console.h"
|
||||
#include <gpxe/init.h>
|
||||
#include "image.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <gpxe/device.h>
|
||||
|
||||
Reference in New Issue
Block a user