]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/GuidedSectionExtraction.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Ppi / GuidedSectionExtraction.h
index 84c913f870debd5a557037ae53265223ecf61b63..5dbcbf56867fae2ae3377a34a5a4ada47d8913aa 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
-  If a GUID-defined section is encountered when doing section extraction, \r
-  the PEI Foundation or the EFI_PEI_FILE_LOADER_PPI instance \r
-  calls the appropriate instance of the GUIDed Section Extraction PPI \r
-  to extract the section stream contained therein. \r
+  If a GUID-defined section is encountered when doing section extraction,\r
+  the PEI Foundation or the EFI_PEI_FILE_LOADER_PPI instance\r
+  calls the appropriate instance of the GUIDed Section Extraction PPI\r
+  to extract the section stream contained therein.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
-  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
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  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
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  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
+  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
   @par Revision Reference:\r
   This PPI is introduced in PI Version 1.0.\r
 #define __EFI_GUIDED_SECTION_EXTRACTION_PPI_H__\r
 \r
 //\r
-// Typically, protocol interface structures are identified \r
-// by associating them with a GUID. Each instance of \r
-// a protocol with a given GUID must have \r
-// the same interface structure. While all instances of \r
-// the GUIDed Section Extraction PPI must have \r
-// the same interface structure, they do not all have \r
-// te same GUID. The GUID that is associated with \r
-// an instance of the GUIDed Section Extraction Protocol \r
-// is used to correlate it with the GUIDed section type \r
+// Typically, protocol interface structures are identified\r
+// by associating them with a GUID. Each instance of\r
+// a protocol with a given GUID must have\r
+// the same interface structure. While all instances of\r
+// the GUIDed Section Extraction PPI must have\r
+// the same interface structure, they do not all have\r
+// te same GUID. The GUID that is associated with\r
+// an instance of the GUIDed Section Extraction Protocol\r
+// is used to correlate it with the GUIDed section type\r
 // that it is intended to process.\r
 //\r
 \r
@@ -39,7 +39,7 @@ typedef struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI   EFI_PEI_GUIDED_SECTION_E
 \r
 \r
 /**\r
-  Processes the input section and returns the data contained therein \r
+  Processes the input section and returns the data contained therein\r
   along with the authentication status.\r
 \r
   The ExtractSection() function processes the input section and\r
@@ -70,7 +70,7 @@ typedef struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI   EFI_PEI_GUIDED_SECTION_E
                                 reflect the status of the extraction operation.\r
                                 If the function returns anything other than EFI_SUCCESS,\r
                                 the value of *AuthenticationStatus is undefined.\r
-  \r
+\r
   @retval EFI_SUCCESS           The InputSection was successfully processed and the\r
                                 section contents were returned.\r
   @retval EFI_OUT_OF_RESOURCES  The system has insufficient resources to process the request.\r
@@ -93,7 +93,7 @@ EFI_STATUS
 /// calls the appropriate instance of the GUIDed Section\r
 /// Extraction PPI to extract the section stream contained\r
 /// therein.\r
-///  \r
+///\r
 struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI {\r
   EFI_PEI_EXTRACT_GUIDED_SECTION ExtractSection;\r
 };\r