mirror of https://github.com/ipxe/ipxe.git
Actually, the initrd image should be architecture-independent.
parent
f92e04dea4
commit
10c9b03cdb
|
@ -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 */
|
Loading…
Reference in New Issue