diff options
Diffstat (limited to 'include/efi_variable.h')
-rw-r--r-- | include/efi_variable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/efi_variable.h b/include/efi_variable.h index 021a74f309b..17f25ad7a4b 100644 --- a/include/efi_variable.h +++ b/include/efi_variable.h @@ -139,6 +139,14 @@ struct efi_var_file { efi_status_t efi_var_to_file(void); /** + * efi_var_restore() - restore EFI variables from buffer + * + * @buf: buffer + * Return: status code + */ +efi_status_t efi_var_restore(struct efi_var_file *buf); + +/** * efi_var_from_file() - read variables from file * * File ubootefi.var is read from the EFI system partitions and the variables |