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/arch/i386/include/initrd.h
2007-01-14 15:03:39 +00:00

15 lines
217 B
C

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