mirror of https://github.com/acidanthera/audk.git
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:
parent
6d56ace57b
commit
1f739a851c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue