Searched defs:efi_simple_text_output_protocol (Results 1 – 2 of 2) sorted by relevance
1353 struct efi_simple_text_output_protocol { struct1354 void *reset;1355 efi_status_t (*output_string)(void *, void *);1356 void *test_string;
370 union efi_simple_text_output_protocol { union