summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index 22f8939f1..65f7e7643 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -25,6 +25,9 @@ struct image {
int ( * execute ) ( struct image *image );
/** Entry point */
physaddr_t entry;
+
+ /** Command line to pass to image */
+ const char *cmdline;
};
/** An executable or loadable image type */