Added the embedded pxelinux payload patch from hpa.

This commit is contained in:
Michael Brown
2008-01-08 15:51:36 +00:00
parent 3311169707
commit 74fd544101
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _GPXE_EMBEDDED_H
#define _GPXE_EMBEDDED_H
#include <gpxe/image.h>
struct image *embedded_image(void);
#endif