]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/Tcp4.h
Removed extra typedefs on structures to remove error with gcc compiler.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / Tcp4 / Tcp4.h
index e4d1e3efe165d60140f131643ef9ff1e3ee83556..786c6d37664b65df46827b9e423f1aff80c0a248 100644 (file)
@@ -227,7 +227,7 @@ EFI_STATUS
   IN EFI_TCP4_PROTOCOL        *This\r
   );\r
 \r
-typedef struct _EFI_TCP4_PROTOCOL {\r
+struct _EFI_TCP4_PROTOCOL {\r
   EFI_TCP4_GET_MODE_DATA  GetModeData;\r
   EFI_TCP4_CONFIGURE      Configure;\r
   EFI_TCP4_ROUTES         Routes;\r
@@ -238,7 +238,7 @@ typedef struct _EFI_TCP4_PROTOCOL {
   EFI_TCP4_CLOSE          Close;\r
   EFI_TCP4_CANCEL         Cancel;\r
   EFI_TCP4_POLL           Poll;\r
-} EFI_TCP4_PROTOCOL;\r
+};\r
 \r
 #define EFI_CONNECTION_FIN      EFIERR (104)\r
 #define EFI_CONNECTION_RESET    EFIERR (105)\r