summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Decompress.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:09:49 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:09:49 +0000
commit3354353d4d82fb12c073564ab41099ca75d02839 (patch)
tree2a2e1b59a56d16a76e64530d3f424cad8c02e2e1 /MdePkg/Include/Protocol/Decompress.h
parent8b6c989b0dce2e63a06139f37be0e062588e8f04 (diff)
downloadedk2-3354353d4d82fb12c073564ab41099ca75d02839.tar.gz
edk2-3354353d4d82fb12c073564ab41099ca75d02839.tar.bz2
edk2-3354353d4d82fb12c073564ab41099ca75d02839.zip
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Decompress.h')
-rw-r--r--MdePkg/Include/Protocol/Decompress.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/MdePkg/Include/Protocol/Decompress.h b/MdePkg/Include/Protocol/Decompress.h
index 0cc9bb7e36..5b2291f177 100644
--- a/MdePkg/Include/Protocol/Decompress.h
+++ b/MdePkg/Include/Protocol/Decompress.h
@@ -113,17 +113,6 @@ EFI_STATUS
@par Protocol Description:
Provides a decompression service.
- @param GetInfo
- Given the compressed source buffer, this function retrieves the
- size of the uncompressed destination buffer and the size of the
- scratch buffer required to perform the decompression. It is the
- caller's responsibility to allocate the destination buffer and the
- scratch buffer prior to calling EFI_DECOMPRESS_PROTOCOL.Decompress().
-
- @param Decompresss
- Decompresses a compressed source buffer into an uncompressed
- destination buffer. It is the caller's responsibility to allocate the
- destination buffer and a scratch buffer prior to making this call.
**/
struct _EFI_DECOMPRESS_PROTOCOL {
EFI_DECOMPRESS_GET_INFO GetInfo;