diff options
| author | Tom Rini <[email protected]> | 2019-06-29 09:58:08 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-06-29 09:58:08 -0400 |
| commit | 4a941152065ca949179a886f05fe099fa8049a58 (patch) | |
| tree | f42105b3411e1fc217a8098cb017adde6ad1f378 /include | |
| parent | 0352e878d2b80b2575e02310e891e936251b3992 (diff) | |
| parent | efcf0a1f56b5bcb4c3115346ea9efc5b2d08d3d3 (diff) | |
Merge tag 'efi-2019-07-rc5-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for v2019.07-rc5 (4)
The definition of an unimplemented function is corrected.
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 4de5d208f59..a36ececc81e 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -242,7 +242,8 @@ struct efi_runtime_services { unsigned long descriptor_size, uint32_t descriptor_version, struct efi_mem_desc *virtmap); - efi_status_t (*convert_pointer)(unsigned long dbg, void **address); + efi_status_t (EFIAPI *convert_pointer)( + efi_uintn_t debug_disposition, void **address); efi_status_t (EFIAPI *get_variable)(u16 *variable_name, const efi_guid_t *vendor, u32 *attributes, |
