X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Func.h;h=be99f3bf470060c5af7323694f3e2345c05de510;hp=6441c13c643e792cd2374375a09ca0225126440c;hb=e5e12de7d0a67111060c77723df39885c91a8ea5;hpb=98376cc51df0c0bd92a3436ec3309401d98c84e3 diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h index 6441c13c64..be99f3bf47 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Func.h @@ -350,4 +350,9 @@ TcpClearVariableData ( IN TCP4_SERVICE_DATA *Tcp4Service ); +EFI_STATUS +TcpInstallDevicePath ( + IN SOCKET *Sock + ); + #endif