diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/efi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h index 5e2308d9c6be..f80079cd84f4 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h | |||
@@ -646,6 +646,7 @@ struct efivar_operations { | |||
646 | efi_get_variable_t *get_variable; | 646 | efi_get_variable_t *get_variable; |
647 | efi_get_next_variable_t *get_next_variable; | 647 | efi_get_next_variable_t *get_next_variable; |
648 | efi_set_variable_t *set_variable; | 648 | efi_set_variable_t *set_variable; |
649 | efi_query_variable_info_t *query_variable_info; | ||
649 | }; | 650 | }; |
650 | 651 | ||
651 | struct efivars { | 652 | struct efivars { |