mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
MdePkg/BaseUefiDecompressLib: Add missing description for parameter
The description of parameter Version is missing in comments. So add the description. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
61ca3b9236
commit
c0e174bd5b
@ -230,6 +230,7 @@ Decode (
|
|||||||
@param Scratch A temporary scratch buffer that is used to perform the decompression.
|
@param Scratch A temporary scratch buffer that is used to perform the decompression.
|
||||||
This is an optional parameter that may be NULL if the
|
This is an optional parameter that may be NULL if the
|
||||||
required scratch buffer size is 0.
|
required scratch buffer size is 0.
|
||||||
|
@param Version 1 for UEFI Decompress algoruthm, 2 for Tiano Decompess algorithm.
|
||||||
|
|
||||||
@retval RETURN_SUCCESS Decompression completed successfully, and
|
@retval RETURN_SUCCESS Decompression completed successfully, and
|
||||||
the uncompressed buffer is returned in Destination.
|
the uncompressed buffer is returned in Destination.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user