summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-06-18 20:13:47 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-06-18 21:49:39 +0200
commit1f739a851ce8ea8c9c4d9c4c7a5862fd44ab6ab4 (patch)
treed2060959a5c9356c80805250df2975330be18574 /ArmPkg
parent6d56ace57b91a48274fa9b9cfbc98065307584ae (diff)
downloadedk2-1f739a851ce8ea8c9c4d9c4c7a5862fd44ab6ab4.tar.gz
edk2-1f739a851ce8ea8c9c4d9c4c7a5862fd44ab6ab4.tar.bz2
edk2-1f739a851ce8ea8c9c4d9c4c7a5862fd44ab6ab4.zip
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>
Diffstat (limited to 'ArmPkg')
-rw-r--r--ArmPkg/Include/Library/ArmMtlLib.h2
1 files changed, 1 insertions, 1 deletions
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.