diff options
Diffstat (limited to 'include/efi_selftest.h')
-rw-r--r-- | include/efi_selftest.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 5bcebb36828..1b708849bcb 100644 --- a/include/efi_selftest.h +++ b/include/efi_selftest.h @@ -148,6 +148,17 @@ void *efi_st_get_config_table(const efi_guid_t *guid); u16 efi_st_get_key(void); /** + * efi_st_query_variable_common - Common variable tests for boottime/runtime + * + * @runtime: Pointer to services table + * @attributes: Attributes used + * + * Return: EFI_ST_SUCCESS/FAILURE + */ +int efi_st_query_variable_common(struct efi_runtime_services *runtime, + u32 attributes); + +/** * struct efi_unit_test - EFI unit test * * The &struct efi_unit_test structure provides a interface to an EFI unit test. |