]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Protocol/GuidedSectionExtraction.h
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Include / Protocol / GuidedSectionExtraction.h
index 3b5dadadfabda3b4e260c90e54251a812833f355..cb9ea124b9db6b584ee7d390d9036255a71d26f8 100644 (file)
@@ -1,33 +1,31 @@
 /** @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
-  Copyright (c) 2006 - 2008, Intel Corporation  All rights reserved.\r
+  @par Revision Reference: PI\r
+  Version 1.00.\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
-  distribution.  The full text of the license may be found at:\r
-    http://opensource.org/licenses/bsd-license.php\r
+  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
 \r
-  File Name: EfiGuidedSectionExtraction.h\r
-\r
-  @par Revision Reference: PI\r
-  Version 1.00.\r
-\r
 **/\r
 \r
 #ifndef __EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
 #define __EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL_H__\r
 \r
 //\r
-// Forward reference for pure ANSI compatability\r
+// Forward reference for pure ANSI compatibility\r
 \r
 typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL;\r
 \r
@@ -58,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
@@ -126,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