2
0
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:
Michael Brown 2007-01-14 15:07:11 +00:00
parent f92e04dea4
commit 10c9b03cdb
2 changed files with 4 additions and 4 deletions

View File

@ -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 ) = {

View File

@ -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 */