diff options
Diffstat (limited to 'include/linux/efi.h')
-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 8eb1be17c801..b02099d0b4fc 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h | |||
@@ -714,6 +714,7 @@ struct efivar_operations { | |||
714 | efi_get_variable_t *get_variable; | 714 | efi_get_variable_t *get_variable; |
715 | efi_get_next_variable_t *get_next_variable; | 715 | efi_get_next_variable_t *get_next_variable; |
716 | efi_set_variable_t *set_variable; | 716 | efi_set_variable_t *set_variable; |
717 | efi_query_variable_info_t *query_variable_info; | ||
717 | }; | 718 | }; |
718 | 719 | ||
719 | struct efivars { | 720 | struct efivars { |