X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDecompress.h;h=b5a06689821cfb3d25c31d0c1fe0598eb5c06af3;hb=74fec7085b01caac858ef511056e72b2b9ad5795;hp=0cc9bb7e36f070b9eba1eab2caa14857dc73e990;hpb=4ca9b6c4e7dbbcf94f21b54f41f761cefc6b1086;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/Decompress.h b/MdePkg/Include/Protocol/Decompress.h index 0cc9bb7e36..b5a0668982 100644 --- a/MdePkg/Include/Protocol/Decompress.h +++ b/MdePkg/Include/Protocol/Decompress.h @@ -109,22 +109,9 @@ EFI_STATUS IN UINT32 ScratchSize ); -/** - @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. -**/ +/// +/// Provides a decompression service. +/// struct _EFI_DECOMPRESS_PROTOCOL { EFI_DECOMPRESS_GET_INFO GetInfo; EFI_DECOMPRESS_DECOMPRESS Decompress;