Home
last modified time | relevance | path

Searched defs:efi_loaded_image_protocol (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/arch/x86/zefi/
Defi.h623 struct efi_loaded_image_protocol { struct
624 uint32_t Revision;
625 void *ParentHandle;
626 struct efi_system_table *SystemTable;
627 void *DeviceHandle;
628 void *FilePath;
629 void *Reserved;
630 uint32_t LoadOptionsSize;
631 void *LoadOptions;
632 void *ImageBase;
[all …]