]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / Include / Protocol / GuidedSectionExtraction.h
index 597601a7f427fabe95489dedd677afa9fc5ed857..83d7466586a52bdbb9220604ff58fbc27ed0e297 100644 (file)
@@ -1,15 +1,15 @@
 /** @file\r
   This file declares GUIDed section extraction protocol.\r
 \r
-  This interface provides a means of decoding a GUID defined encapsulation \r
+  This interface provides a means of decoding a GUID defined encapsulation\r
   section. There may be multiple different GUIDs associated with the GUIDed\r
   section extraction protocol. That is, all instances of the GUIDed section\r
   extraction protocol must have the same interface structure.\r
-  \r
+\r
   @par Revision Reference: PI\r
   Version 1.00.\r
-  \r
-  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -56,10 +56,10 @@ typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_GUIDED_SECTION_EXTRAC
   EFI_TPL above TPL_NOTIFY is undefined. Type EFI_TPL is\r
   defined in RaiseTPL() in the UEFI 2.0 specification.\r
 \r
-  \r
+\r
   @param This   Indicates the\r
                 EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL instance.\r
-  \r
+\r
   @param InputSection Buffer containing the input GUIDed section\r
                       to be processed. OutputBuffer OutputBuffer\r
                       is allocated from boot services pool\r
@@ -124,7 +124,7 @@ EFI_STATUS
 \r
 \r
 /**\r
-  \r
+\r
   Takes the GUIDed section as input and produces the section\r
   stream data. See the ExtractSection() function description.\r
 \r