Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Defi_api.h329 struct efi_system_table { struct
330 struct efi_table_hdr hdr;
331 u16 *fw_vendor; /* physical addr of wchar_t vendor string */
332 u32 fw_revision;
333 efi_handle_t con_in_handle;
334 struct efi_simple_text_input_protocol *con_in;
358 struct efi_system_table *system_table; argument