mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
10 lines
121 B
C
10 lines
121 B
C
#ifndef _GPXE_EMBEDDED_H
|
|
#define _GPXE_EMBEDDED_H
|
|
|
|
#include <gpxe/image.h>
|
|
|
|
struct image *embedded_image(void);
|
|
|
|
#endif
|
|
|