]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.h
Clean up to update the reference of the these macros:
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Impl.h
index c12b1dd0076fb8e88206078df3130f2dfc378e18..780a86a0014b51e3f593baef4898121cc9d96a4a 100644 (file)
@@ -50,8 +50,8 @@ typedef struct _MTFTP4_PROTOCOL MTFTP4_PROTOCOL;
 #include "Mtftp4Support.h"\r
 \r
 enum {\r
-  MTFTP4_SERVICE_SIGNATURE   = EFI_SIGNATURE_32 ('T', 'F', 'T', 'P'),\r
-  MTFTP4_PROTOCOL_SIGNATURE  = EFI_SIGNATURE_32 ('t', 'f', 't', 'p'),\r
+  MTFTP4_SERVICE_SIGNATURE   = SIGNATURE_32 ('T', 'F', 'T', 'P'),\r
+  MTFTP4_PROTOCOL_SIGNATURE  = SIGNATURE_32 ('t', 'f', 't', 'p'),\r
 \r
   MTFTP4_DEFAULT_SERVER_PORT = 69,\r
   MTFTP4_DEFAULT_TIMEOUT     = 3,\r
@@ -71,7 +71,7 @@ struct _MTFTP4_SERVICE {
   BOOLEAN                       InDestory;\r
 \r
   UINT16                        ChildrenNum;\r
-  NET_LIST_ENTRY                Children;\r
+  LIST_ENTRY                    Children;\r
 \r
   EFI_EVENT                     Timer;  // Ticking timer for all the MTFTP clients\r
   EFI_EVENT                     TimerToGetMap;\r
@@ -94,7 +94,7 @@ typedef struct {
 \r
 struct _MTFTP4_PROTOCOL {\r
   UINT32                        Signature;\r
-  NET_LIST_ENTRY                Link;\r
+  LIST_ENTRY                    Link;\r
   EFI_MTFTP4_PROTOCOL           Mtftp4;\r
 \r
   INTN                          State;\r
@@ -118,7 +118,7 @@ struct _MTFTP4_PROTOCOL {
   //\r
   UINT16                        BlkSize;\r
   UINT16                        LastBlock;\r
-  NET_LIST_ENTRY                Blocks;\r
+  LIST_ENTRY                    Blocks;\r
 \r
   //\r
   // The server's communication end point: IP and two ports. one for\r