X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FCommon%2FEfiCustomizedCompress.h;fp=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FCommon%2FEfiCustomizedCompress.h;h=2a7b8d156997ff74dafb34a961e8c8b3514e785e;hp=d1fa22066eb414b5b2c8d0cbe8e91974be342a3f;hb=e00e1d46940a267d6fbe92be4ed2e547b4e946dc;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h b/EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h index d1fa22066e..2a7b8d1569 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h +++ b/EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h @@ -24,8 +24,7 @@ Abstract: EFI_STATUS SetCustomizedCompressionType ( IN CHAR8 *Type - ) -; + ); /*++ @@ -49,8 +48,7 @@ CustomizedGetInfo ( IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize - ) -; + ); /*++ @@ -79,8 +77,7 @@ CustomizedDecompress ( IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize - ) -; + ); /*++ @@ -110,8 +107,7 @@ CustomizedCompress ( IN UINT32 SrcSize, IN UINT8 *DstBuffer, IN OUT UINT32 *DstSize - ) -; + ); /*++