summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/initrd.h')
-rw-r--r--src/include/gpxe/initrd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/gpxe/initrd.h b/src/include/gpxe/initrd.h
deleted file mode 100644
index 1871bf781..000000000
--- a/src/include/gpxe/initrd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 */