summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-08-06 09:46:54 +0800
committerLiming Gao <liming.gao@intel.com>2019-08-13 17:16:14 +0800
commitc0e174bd5bfc5e0495e1a1a24c153f519b19ea7d (patch)
tree58fb9033a1edd91fc5de1ffe8d7f47185f39c504 /MdePkg
parent61ca3b92365b30a94eced2d297fe1ddc1451bf7c (diff)
downloadedk2-c0e174bd5bfc5e0495e1a1a24c153f519b19ea7d.tar.gz
edk2-c0e174bd5bfc5e0495e1a1a24c153f519b19ea7d.tar.bz2
edk2-c0e174bd5bfc5e0495e1a1a24c153f519b19ea7d.zip
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>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
index 0bfb503337..4df3fa388d 100644
--- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
+++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
@@ -230,6 +230,7 @@ Decode (
@param Scratch A temporary scratch buffer that is used to perform the decompression.
This is an optional parameter that may be NULL if the
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
the uncompressed buffer is returned in Destination.