mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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
|
EFI_STATUS
|
||||||
MtlWaitUntilChannelFree (
|
MtlWaitUntilChannelFree (
|
||||||
IN MTL_CHANNEL *Channel,
|
IN MTL_CHANNEL *Channel,
|
||||||
IN UINT64 TimeOutInMicroSeconds
|
IN UINTN TimeOutInMicroSeconds
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Return the address of the message payload.
|
/** Return the address of the message payload.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user