summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/script.h
blob: 59a42c66f185b184b0dd07b6747d956290d4ed65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_SCRIPT_H
#define _IPXE_SCRIPT_H

/** @file
 *
 * iPXE scripts
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/image.h>

extern struct image_type script_image_type __image_type ( PROBE_NORMAL );

#endif /* _IPXE_SCRIPT_H */