]> Git Repo - J-u-boot.git/commit - include/efi_api.h
efi_loader: correct signature of ConvertPointer()
authorHeinrich Schuchardt <[email protected]>
Sat, 29 Jun 2019 01:51:36 +0000 (03:51 +0200)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
include/efi_api.h
This page took 0.034425 seconds and 4 git commands to generate.