From 1f739a851ce8ea8c9c4d9c4c7a5862fd44ab6ab4 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 18 Jun 2018 20:13:47 +0200 Subject: [PATCH] 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 Reviewed-by: Leif Lindholm --- ArmPkg/Include/Library/ArmMtlLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Include/Library/ArmMtlLib.h b/ArmPkg/Include/Library/ArmMtlLib.h index 4218a741e5..48641258ba 100644 --- a/ArmPkg/Include/Library/ArmMtlLib.h +++ b/ArmPkg/Include/Library/ArmMtlLib.h @@ -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. -- 2.39.2