X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FGuidedSectionExtraction.h;h=adeecc043ca63754f22def111d0d955ae5ef839a;hb=34860f7a069641fb9e14077c01605215aae68a9b;hp=7c95b1a4b4a535839c8788428c4bd1b14e8a32ce;hpb=4ca9b6c4e7dbbcf94f21b54f41f761cefc6b1086;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/GuidedSectionExtraction.h b/MdePkg/Include/Protocol/GuidedSectionExtraction.h index 7c95b1a4b4..adeecc043c 100644 --- a/MdePkg/Include/Protocol/GuidedSectionExtraction.h +++ b/MdePkg/Include/Protocol/GuidedSectionExtraction.h @@ -126,18 +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. - - @param ExtractSection - Takes the GUIDed section as input and produces the section stream data. - -**/ +/// +/// 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; };