]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.h
Use Mde library and definition instead of some native definitions in NetLib, to simpl...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Impl.h
index c12b1dd0076fb8e88206078df3130f2dfc378e18..04ca1a1eb38ae876a0e4faf3c3ed7a37a7b388ce 100644 (file)
@@ -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