summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/image.h')
-rw-r--r--src/include/ipxe/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/image.h b/src/include/ipxe/image.h
index ac97137bd..6022dce66 100644
--- a/src/include/ipxe/image.h
+++ b/src/include/ipxe/image.h
@@ -67,6 +67,9 @@ struct image {
/** Image is trusted */
#define IMAGE_TRUSTED 0x0004
+/** Image will be automatically unregistered after execution */
+#define IMAGE_AUTO_UNREGISTER 0x0008
+
/** An executable image type */
struct image_type {
/** Name of this image type */