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.h355 struct efi_loaded_image { struct
356 u32 revision;
357 void *parent_handle;
358 struct efi_system_table *system_table;
359 efi_handle_t device_handle;
360 struct efi_device_path *file_path;
361 void *reserved;
362 u32 load_options_size;
363 void *load_options;
364 void *image_base;
[all …]