ArmPkg/ArmMtlLib: fix prototype inconsistency in MtlWaitUntilChannelFree

Align the prototype of ArmMtlLib's MtlWaitUntilChannelFree () with the
one in the ArmMtlNullLib implementation (rather than the other way around,
since edk2-platforms has a conflicting implementation as well)

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel 2018-06-18 20:13:47 +02:00
parent 6d56ace57b
commit 1f739a851c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ typedef struct {
EFI_STATUS
MtlWaitUntilChannelFree (
IN MTL_CHANNEL *Channel,
IN UINT64 TimeOutInMicroSeconds
IN UINTN TimeOutInMicroSeconds
);
/** Return the address of the message payload.