summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/initrd.h')
-rw-r--r--gpxe/src/include/gpxe/initrd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gpxe/src/include/gpxe/initrd.h b/gpxe/src/include/gpxe/initrd.h
new file mode 100644
index 00000000..1871bf78
--- /dev/null
+++ b/gpxe/src/include/gpxe/initrd.h
@@ -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 initrd_image_type __image_type ( PROBE_NORMAL );
+
+#endif /* _GPXE_INITRD_H */