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