efi_loader: definition of efi_virtual_address_map()
Use efi_uintn_t where the UEFI spec uses UINTN. Use efi_uintn_t also for the result of the division of two efi_uintn_t. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -238,8 +238,8 @@ struct efi_runtime_services {
|
||||
efi_status_t (EFIAPI *set_wakeup_time)(char enabled,
|
||||
struct efi_time *time);
|
||||
efi_status_t (EFIAPI *set_virtual_address_map)(
|
||||
unsigned long memory_map_size,
|
||||
unsigned long descriptor_size,
|
||||
efi_uintn_t memory_map_size,
|
||||
efi_uintn_t descriptor_size,
|
||||
uint32_t descriptor_version,
|
||||
struct efi_mem_desc *virtmap);
|
||||
efi_status_t (EFIAPI *convert_pointer)(
|
||||
|
Reference in New Issue
Block a user