summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2008-01-08 16:51:36 +0100
committerMichael Brown2008-01-08 16:51:36 +0100
commit74fd544101c8f17f35dfc2cd16738ebd5228d366 (patch)
treeb813ee1138e4397ee557144739ede124f80c65a0 /src/include
parentWhen the DHCP file/sname fields are empty, don't allow them to override (diff)
downloadipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.gz
ipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.tar.xz
ipxe-74fd544101c8f17f35dfc2cd16738ebd5228d366.zip
Added the embedded pxelinux payload patch from hpa.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/embedded.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gpxe/embedded.h b/src/include/gpxe/embedded.h
new file mode 100644
index 00000000..ec457055
--- /dev/null
+++ b/src/include/gpxe/embedded.h
@@ -0,0 +1,9 @@
+#ifndef _GPXE_EMBEDDED_H
+#define _GPXE_EMBEDDED_H
+
+#include <gpxe/image.h>
+
+struct image *embedded_image(void);
+
+#endif
+