struct efi_loaded_image_protocol

Defined at line 26 of file ../../zircon/kernel/lib/efi/include/efi/protocol/loaded-image.h

Public Members

uint32_t Revision
efi_handle ParentHandle
efi_system_table * SystemTable
efi_handle DeviceHandle
efi_device_path_protocol * FilePath
void * Reserved
uint32_t LoadOptionsSize
void * LoadOptions
void * ImageBase
uint64_t ImageSize
 ImageCodeType
 ImageDataType
efi_status (*)(efi_handle) __attribute__((ms_abi)) __attribute__((cfi_unchecked_callee)) Unload