X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FGuidedSectionExtraction.h;h=020b20369afc77d2b0acd04c8e4a1e746054c9ec;hb=be85bf89b35a6335fd495f869f4bbcc6de233ac4;hp=23f87545c83c5f094338faede34c14dd8e4c14c4;hpb=721b16af11941318ff27684da8bb7a90c9118385;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/GuidedSectionExtraction.h b/MdePkg/Include/Protocol/GuidedSectionExtraction.h index 23f87545c8..020b20369a 100644 --- a/MdePkg/Include/Protocol/GuidedSectionExtraction.h +++ b/MdePkg/Include/Protocol/GuidedSectionExtraction.h @@ -4,8 +4,8 @@ instance of the GUIDed Section Extraction Protocol to extract the section stream contained therein. - Copyright (c) 2006 - 2008, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -126,14 +126,13 @@ EFI_STATUS ); -/** - @par Protocol Description: - Typically, protocol interface structures are identified by associating them with a GUID. Each - instance of a protocol with a given GUID must have the same interface structure. While all instances - of the GUIDed Section Extraction Protocol must have the same interface structure, they do not all - have the same GUID. The GUID that is associated with an instance of the GUIDed Section - Extraction Protocol is used to correlate it with the GUIDed section type that it is intended to process. -**/ +/// +/// Typically, protocol interface structures are identified by associating them with a GUID. Each +/// instance of a protocol with a given GUID must have the same interface structure. While all instances +/// of the GUIDed Section Extraction Protocol must have the same interface structure, they do not all +/// have the same GUID. The GUID that is associated with an instance of the GUIDed Section +/// Extraction Protocol is used to correlate it with the GUIDed section type that it is intended to process. +/// struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL { EFI_EXTRACT_GUIDED_SECTION ExtractSection; };