Add dummy "initrd" image format, just so that images can be marked as

initrds.
This commit is contained in:
Michael Brown
2007-01-14 15:03:39 +00:00
parent 7dc50167bb
commit f92e04dea4
2 changed files with 51 additions and 0 deletions

View File

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