diff options
Diffstat (limited to 'src/include/ipxe/script.h')
| -rw-r--r-- | src/include/ipxe/script.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/ipxe/script.h b/src/include/ipxe/script.h new file mode 100644 index 000000000..33420dae4 --- /dev/null +++ b/src/include/ipxe/script.h @@ -0,0 +1,16 @@ +#ifndef _IPXE_SCRIPT_H +#define _IPXE_SCRIPT_H + +/** @file + * + * iPXE scripts + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include <ipxe/image.h> + +extern struct image_type script_image_type __image_type ( PROBE_NORMAL ); + +#endif /* _IPXE_SCRIPT_H */ |
