diff options
| author | Michael Brown | 2007-01-11 22:19:29 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-11 22:19:29 +0100 |
| commit | c468c68661b78660d5cf82d68e66024afb2218b0 (patch) | |
| tree | 13876e74d0f73598d451e0f3d4e850acd89fc01b /src/include/gpxe | |
| parent | Avoid namespace clashes (diff) | |
| download | ipxe-c468c68661b78660d5cf82d68e66024afb2218b0.tar.gz ipxe-c468c68661b78660d5cf82d68e66024afb2218b0.tar.xz ipxe-c468c68661b78660d5cf82d68e66024afb2218b0.zip | |
Add command line that can be passed to executed images.
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/image.h | 3 |
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 */ |
