]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.h
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Config2Nv.h
diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.h
deleted file mode 100644 (file)
index f453e19..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/** @file\r
-  The header file of IP4Config2Nv.c\r
-\r
-Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _IP4_CONFIG2NV_H_\r
-#define _IP4_CONFIG2NV_H_\r
-\r
-#include "Ip4Impl.h"\r
-\r
-extern UINT8  Ip4Config2Bin[];\r
-extern UINT8  Ip4DxeStrings[];\r
-\r
-#define NIC_ITEM_CONFIG_SIZE   (sizeof (IP4_CONFIG2_INSTANCE) + (sizeof (EFI_IPv4_ADDRESS) * MAX_IP4_CONFIG_DNS))\r
-\r
-/**\r
-  Install HII Config Access protocol for network device and allocate resource.\r
-\r
-  @param[in, out]  Instance         The IP4 config2 Instance.\r
-\r
-  @retval EFI_SUCCESS              The HII Config Access protocol is installed.\r
-  @retval EFI_OUT_OF_RESOURCES     Failed to allocate memory.\r
-  @retval Others                   Other errors as indicated.\r
-\r
-**/\r
-EFI_STATUS\r
-Ip4Config2FormInit (\r
-  IN OUT IP4_CONFIG2_INSTANCE     *Instance\r
-  );\r
-\r
-/**\r
-  Uninstall the HII Config Access protocol for network devices and free up the resources.\r
-\r
-  @param[in, out]  Instance      The IP4 config2 instance to unload a form.\r
-\r
-**/\r
-VOID\r
-Ip4Config2FormUnload (\r
-  IN OUT IP4_CONFIG2_INSTANCE     *Instance\r
-  );\r
-\r
-#endif\r