X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FCustomDecompressLib.h;h=36e8c027ccac32972aecd952c3a2fa6f3e724970;hp=36086d4f0f005ec58953853586eab33a1304e81f;hb=98a1fa1f349476533c626020a7196f08c1ef2dba;hpb=7a31af6a12e9586fc0d6bed972c00a0aafd728d8 diff --git a/MdePkg/Include/Library/CustomDecompressLib.h b/MdePkg/Include/Library/CustomDecompressLib.h index 36086d4f0f..36e8c027cc 100644 --- a/MdePkg/Include/Library/CustomDecompressLib.h +++ b/MdePkg/Include/Library/CustomDecompressLib.h @@ -18,7 +18,6 @@ /** Decompress GetInfo fucntion. - @param[in] DecompressGuid The guid matches this decompress method. @param[in] Source The source buffer containing the compressed data. @param[in] SourceSize The size of source buffer @@ -71,8 +70,8 @@ CustomDecompress ( RETURN_STATUS EFIAPI CustomDecompressGetAlgorithms ( - IN OUT GUID **AlgorithmGuidTable, - IN OUT UINTN *NumberOfAlgorithms + IN OUT GUID **AlgorithmGuidTable, + IN OUT UINT32 *NumberOfAlgorithms ); #endif