summaryrefslogtreecommitdiff
path: root/shim.h
diff options
context:
space:
mode:
authorMate Kukri <mate.kukri@canonical.com>2024-04-18 10:58:30 +0100
committerPeter Jones <pjones@redhat.com>2025-02-11 10:43:37 -0500
commit2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de (patch)
treede9ec99cc7275db0d0a15f0a99e6745915838a5b /shim.h
parente43aea89f1fe8aaa996cb7e5b0612b09ce812a45 (diff)
downloadefi-boot-shim-2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de.tar.gz
efi-boot-shim-2bff46034aeefe4b266b6d6dd7d6cd771c1bf4de.zip
loader-proto: Add support for loading files from disk to LoadImage()
Currently the EFI_SIMPLE_FILE_SYSTEM_PROTOCOL and EFI_LOAD_FILE2_PROTOCOL are supported. Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Diffstat (limited to 'shim.h')
-rw-r--r--shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shim.h b/shim.h
index a3f8a505..09d23780 100644
--- a/shim.h
+++ b/shim.h
@@ -341,6 +341,7 @@ typedef struct {
UINTN exit_data_size;
jmp_buf longjmp_buf;
BOOLEAN started;
+ EFI_DEVICE_PATH *loaded_image_device_path;
} SHIM_LOADED_IMAGE;
#endif /* SHIM_H_ */