X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FNetLib.h;h=b057cbd2cee4b4f74b9e05548d17bb146cc9b085;hb=9d9c659dd17cb7d7ae8373cf382a8ad7e685483c;hp=695777a6a99ab50660b55b72b52427d137366289;hpb=3a1ab4bc2c322e835faca717ed4b0dc17536cfd7;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index 695777a6a9..b057cbd2ce 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -1,5 +1,6 @@ /** @file - This library provides basic function for UEFI network stack. + Ihis library is only intended to be used by UEFI network stack modules. + It provides basic function for UEFI network stack. Copyright (c) 2005 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials @@ -15,12 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _NET_LIB_H_ #define _NET_LIB_H_ -#include -#include -#include -#include -#include -#include #include typedef UINT32 IP4_ADDR; @@ -232,7 +227,7 @@ Ip4IsUnicast ( IN IP4_ADDR NetMask ); -extern IP4_ADDR gIp4AllMasks [IP4_MASK_NUM]; +extern IP4_ADDR gIp4AllMasks[IP4_MASK_NUM]; extern EFI_IPv4_ADDRESS mZeroIp4Addr; @@ -1225,7 +1220,7 @@ NetbufTrim ( @param[in] Dest The destination of the data to copy to. @return The length of the actual copied data, or 0 if the offset - specified exceeds exceeds the total size of net buffer. + specified exceeds the total size of net buffer. **/ UINT32