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

14
src/include/gpxe/initrd.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _GPXE_INITRD_H
#define _GPXE_INITRD_H
/**
* @file
*
* Linux initrd image format
*
*/
#include <gpxe/image.h>
extern struct image_type initrdimage_image_type __image_type ( PROBE_NORMAL );
#endif /* _GPXE_INITRD_H */