X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FSectionExtraction.h;h=53e3d387cc739ede00b2347b7a269c3437397109;hb=2bbaeb0d624f1d7758edd0a8d61322af209a1b1a;hp=5f0dde5775a30f6f13eb7b0747c9544d6e8f8389;hpb=d97286f4b36691776d0affe525387a9b56b6ba4f;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h b/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h index 5f0dde5775..53e3d387cc 100644 --- a/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h +++ b/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h @@ -95,16 +95,11 @@ EFI_STATUS ); /** - @par Ppi Description: This PPI supports encapsulating sections, such as GUIDed sections used to authenticate the file encapsulation of other domain-specific wrapping. - - @param GetSection - Retrieves a section from within a section file. - **/ struct _EFI_PEI_SECTION_EXTRACTION_PPI { - EFI_PEI_GET_SECTION PeiGetSection; + EFI_PEI_GET_SECTION PeiGetSection; ///< Retrieves a section from within a section file. }; extern EFI_GUID gEfiPeiSectionExtractionPpiGuid;