]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/CustomDecompressLib.h
Correct parameter UINTN to UINT32
[mirror_edk2.git] / MdePkg / Include / Library / CustomDecompressLib.h
index 36086d4f0f005ec58953853586eab33a1304e81f..36e8c027ccac32972aecd952c3a2fa6f3e724970 100644 (file)
@@ -18,7 +18,6 @@
 \r
 /**
   Decompress GetInfo fucntion.\r
-\r
   @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\r
 EFIAPI\r
 CustomDecompressGetAlgorithms (\r
-   IN OUT  GUID   **AlgorithmGuidTable,\r
-   IN OUT  UINTN  *NumberOfAlgorithms\r
+   IN OUT  GUID    **AlgorithmGuidTable,\r
+   IN OUT  UINT32  *NumberOfAlgorithms\r
   );\r
 \r
 #endif\r