]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/SectionExtraction/SectionExtraction.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / SectionExtraction / SectionExtraction.h
index 849a2c861e32b7ce58495e2aa9f05bf59389e2ef..4f915ce43a783a7c7b5e290ff44589ea9a820ace 100644 (file)
@@ -72,11 +72,11 @@ EFI_STATUS
 //\r
 // Protocol definition\r
 //\r
-typedef struct _EFI_SECTION_EXTRACTION_PROTOCOL {\r
+struct _EFI_SECTION_EXTRACTION_PROTOCOL {\r
   EFI_OPEN_SECTION_STREAM   OpenSectionStream;\r
   EFI_GET_SECTION           GetSection;\r
   EFI_CLOSE_SECTION_STREAM  CloseSectionStream;\r
-} EFI_SECTION_EXTRACTION_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiSectionExtractionProtocolGuid;\r
 \r