david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/initrd.h

15 lines
227 B
C
Raw Normal View History

#ifndef _GPXE_INITRD_H
#define _GPXE_INITRD_H
/**
* @file
*
* Linux initrd image format
*
*/
#include <gpxe/image.h>
2007-01-14 16:13:33 +01:00
extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
#endif /* _GPXE_INITRD_H */