mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Actually, the initrd image should be architecture-independent.
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <initrd.h>
|
|
||||||
#include <gpxe/image.h>
|
#include <gpxe/image.h>
|
||||||
|
#include <gpxe/initrd.h>
|
||||||
|
|
||||||
/** Linux initrd image type */
|
/** Linux initrd image type */
|
||||||
struct image_type initrd_image_type __image_type ( PROBE_NORMAL ) = {
|
struct image_type initrd_image_type __image_type ( PROBE_NORMAL ) = {
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _INITRD_H
|
#ifndef _GPXE_INITRD_H
|
||||||
#define _INITRD_H
|
#define _GPXE_INITRD_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
@@ -11,4 +11,4 @@
|
|||||||
#include <gpxe/image.h>
|
#include <gpxe/image.h>
|
||||||
extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );
|
extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );
|
||||||
|
|
||||||
#endif /* _INITRD_H */
|
#endif /* _GPXE_INITRD_H */
|
||||||
Reference in New Issue
Block a user