summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/script.h
blob: 33420dae46f1591236536d20579e4f3f88b3cf69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */