diff options
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi')
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/SectionExtraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h b/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h index 53e3d387cc..6ba75b7fc1 100644 --- a/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h +++ b/IntelFrameworkPkg/Include/Ppi/SectionExtraction.h @@ -99,7 +99,7 @@ EFI_STATUS authenticate the file encapsulation of other domain-specific wrapping.
**/
struct _EFI_PEI_SECTION_EXTRACTION_PPI {
- EFI_PEI_GET_SECTION PeiGetSection; ///< Retrieves a section from within a section file.
+ EFI_PEI_GET_SECTION GetSection; ///< Retrieves a section from within a section file.
};
extern EFI_GUID gEfiPeiSectionExtractionPpiGuid;
|