]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/Ebc.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / Ebc / Ebc.h
index 35c4221284821895de0c2d8b1e2d3e1c20dfd068..4db26f59de8517a44c90311f5140f32402a4397f 100644 (file)
@@ -168,12 +168,12 @@ EFI_STATUS
 //\r
 // Prototype for the actual EBC protocol interface\r
 //\r
-typedef struct _EFI_EBC_PROTOCOL {\r
+struct _EFI_EBC_PROTOCOL {\r
   EFI_EBC_CREATE_THUNK          CreateThunk;\r
   EFI_EBC_UNLOAD_IMAGE          UnloadImage;\r
   EFI_EBC_REGISTER_ICACHE_FLUSH RegisterICacheFlush;\r
   EFI_EBC_GET_VERSION           GetVersion;\r
-} EFI_EBC_PROTOCOL;\r
+};\r
 \r
 //\r
 // Extern the global EBC protocol GUID\r