efi_loader: correct signature of ConvertPointer()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 29 Jun 2019 01:51:36 +0000 (03:51 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 29 Jun 2019 02:24:35 +0000 (04:24 +0200)
commitefcf0a1f56b5bcb4c3115346ea9efc5b2d08d3d3
treef42105b3411e1fc217a8098cb017adde6ad1f378
parent0352e878d2b80b2575e02310e891e936251b3992
efi_loader: correct signature of ConvertPointer()

ConvertPointer() must be EFIAPI. The first parameter should be of type
efi_uint_t. Use the same parameter name as the UEFI specification.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h