mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
Actually, the initrd image should be architecture-independent.
This commit is contained in:
14
src/include/gpxe/initrd.h
Normal file
14
src/include/gpxe/initrd.h
Normal 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 */
|
||||
Reference in New Issue
Block a user