Sign in
qemu
/
ipxe
/
aa85c2918a6c63887f492fe7a8a88ed8fbb933f2
/
.
/
src
/
include
/
ipxe
/
script.h
blob: 7e7a9a3a4202c901690eb68e436f6bae4c0c879e [
file
] [
log
] [
blame
]
#ifndef
_IPXE_SCRIPT_H
#define
_IPXE_SCRIPT_H
/** @file
*
* iPXE scripts
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
#include
<ipxe/image.h>
extern
struct
image_type script_image_type __image_type
(
PROBE_NORMAL
);
#endif
/* _IPXE_SCRIPT_H */