1 2 3 4 5 6 7 8 9
#ifndef _GPXE_EMBEDDED_H #define _GPXE_EMBEDDED_H #include <gpxe/image.h> struct image *embedded_image(void); #endif