]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/SectionExtraction/SectionExtraction.h
* Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / SectionExtraction / SectionExtraction.h
index 47ae3d3c97bcfd0c1d092fc54e9539bb987fd62b..fec98b102f9c0948fc7282fb344d373d378bb3bf 100644 (file)
@@ -50,9 +50,9 @@ EFI_STATUS
 #define EFI_PEI_AUTH_STATUS_NOT_TESTED        0x04\r
 #define EFI_PEI_AUTH_STATUS_TEST_FAILED       0x08\r
 \r
-typedef struct _EFI_PEI_SECTION_EXTRACTION_PPI {\r
+struct _EFI_PEI_SECTION_EXTRACTION_PPI {\r
   EFI_PEI_GET_SECTION PeiGetSection;\r
-} EFI_PEI_SECTION_EXTRACTION_PPI;\r
+};\r
 \r
 extern EFI_GUID gPeiSectionExtractionPpiGuid;\r
 \r