]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Decompress.h
Code Scrub for header files in MdePkg/Include/Ppi and Uefi directory.
[mirror_edk2.git] / MdePkg / Include / Ppi / Decompress.h
index 097dc9303ce9af73c4ed84ee0e592dda64de10d3..07623d1c89abb6bb9e32b391661a735042dfbe53 100644 (file)
@@ -1,7 +1,7 @@
-/* @file\r
+/** @file\r
   Provides decompression services to the PEI Foundatoin.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -10,8 +10,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  Module Name:  Decompress.h\r
-\r
   @par Revision Reference:\r
   This PPI is defined in PI Version 1.00.\r
 \r
 #define EFI_PEI_DECOMPRESS_PPI_GUID \\r
   { 0x1a36e4e7, 0xfab6, 0x476a, { 0x8e, 0x75, 0x69, 0x5a, 0x5, 0x76, 0xfd, 0xd7 } }\r
 \r
-typedef struct _EFI_PEI_DECOMPRESS_PPI  EFI_PEI_DECOMPRESS_PPI;;\r
+typedef struct _EFI_PEI_DECOMPRESS_PPI  EFI_PEI_DECOMPRESS_PPI;\r
 \r
-/**                                                              \r
+/** \r
+  Decompress a single compression section in a firmware file.\r
+                                                               \r
   Decompresses the data in a compressed section and returns it\r
   as a series of standard PI Firmware File Sections. The\r
   required memory is allocated from permanent memory.\r
@@ -62,7 +62,7 @@ EFI_STATUS
 \r
 \r
 /**                                                              \r
-  This PPI¡¯s single member function decompresses a compression\r
+  This PPI's single member function decompresses a compression\r
   encapsulated section. It is used by the PEI Foundation to\r
   process sectioned files. Prior to the installation of this PPI,\r
   compression sections will be ignored.\r