diff options
Diffstat (limited to 'include/efi_api.h')
-rw-r--r-- | include/efi_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 396f45eaa8..8af466a6dc 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -866,10 +866,10 @@ struct efi_file_handle { efi_status_t (EFIAPI *setpos)(struct efi_file_handle *file, efi_uintn_t pos); efi_status_t (EFIAPI *getinfo)(struct efi_file_handle *file, - efi_guid_t *info_type, efi_uintn_t *buffer_size, + const efi_guid_t *info_type, efi_uintn_t *buffer_size, void *buffer); efi_status_t (EFIAPI *setinfo)(struct efi_file_handle *file, - efi_guid_t *info_type, efi_uintn_t buffer_size, + const efi_guid_t *info_type, efi_uintn_t buffer_size, void *buffer); efi_status_t (EFIAPI *flush)(struct efi_file_handle *file); }; |