efi_loader: definition of efi_virtual_address_map()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 27 Jul 2019 18:28:47 +0000 (20:28 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jul 2019 19:36:22 +0000 (21:36 +0200)
commit24e6722b8a6268b893a38d3a8a04c6dabf53fafd
tree73f1eeadc02f4861c3df03d53f4d6ce60b2911be
parentc0a8a952634ccc5cc437a21eba69c186e1f229a8
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>
include/efi_api.h
lib/efi_loader/efi_runtime.c