Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_api.h321 struct efi_loaded_image { struct
322 u32 revision;
323 void *parent_handle;
324 struct efi_system_table *system_table;
325 efi_handle_t device_handle;
326 struct efi_device_path *file_path;
327 void *reserved;
328 u32 load_options_size;
329 void *load_options;
330 void *image_base;
[all …]