]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h
Removed extra typedefs on structures to fix error generated by gcc.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / LegacyBiosThunk / LegacyBiosThunk.h
index 80ee5ab66dbff878ee71ad3f88540557902a3108..e70275d92a385c0c95aee6870c03ec8d9cd780ed 100644 (file)
@@ -110,10 +110,10 @@ BOOLEAN
 --*/\r
 ;\r
 \r
-typedef struct _EFI_LEGACY_BIOS_THUNK_PROTOCOL {\r
+struct _EFI_LEGACY_BIOS_THUNK_PROTOCOL {\r
   EFI_LEGACY_BIOS_THUNK_INT86                 Int86;\r
   EFI_LEGACY_BIOS_THUNK_FARCALL86             FarCall86;\r
-} EFI_LEGACY_BIOS_THUNK_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiLegacyBiosThunkProtocolGuid;\r
 \r