[image] Generalise "currently-running script" to "currently-running image"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-03-09 13:38:56 +00:00
parent d17a84a056
commit ae92700fd4
3 changed files with 24 additions and 23 deletions

View File

@@ -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 ) \