mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[image] Generalise "currently-running script" to "currently-running image"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -110,6 +110,7 @@ struct image_type {
|
||||
#define __image_type( probe_order ) __table_entry ( IMAGE_TYPES, probe_order )
|
||||
|
||||
extern struct list_head images;
|
||||
extern struct image *current_image;
|
||||
|
||||
/** Iterate over all registered images */
|
||||
#define for_each_image( image ) \
|
||||
|
||||
Reference in New Issue
Block a user