]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
MdeModulePkg: Remove Ip4ConfigDxe and related guid definition
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4ConfigDxe / Ip4ConfigNv.h
diff --git a/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h b/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigNv.h
deleted file mode 100644 (file)
index 3b4168e..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/** @file\r
-  The header file of IP4ConfigNv.c\r
-\r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef _IP4_CONFIGNV_H_\r
-#define _IP4_CONFIGNV_H_\r
-\r
-#include "Ip4Config.h"\r
-#include "Ip4NvData.h"\r
-\r
-extern UINT8  Ip4ConfigDxeBin[];\r
-extern UINT8  Ip4ConfigDxeStrings[];\r
-\r
-#define NIC_ITEM_CONFIG_SIZE   (sizeof (NIC_IP4_CONFIG_INFO) + (sizeof (EFI_IP4_ROUTE_TABLE) * MAX_IP4_CONFIG_IN_VARIABLE))\r
-\r
-\r
-/**\r
-  Install HII Config Access protocol for network device and allocate resource.\r
-\r
-  @param[in]  Instance            The IP4 Config 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
-EFI_STATUS\r
-Ip4ConfigDeviceInit (\r
-    IN IP4_CONFIG_INSTANCE                   *Instance\r
-  );\r
-\r
-/**\r
-  Uninstall HII Config Access protocol for network device and free resource.\r
-\r
-  @param[in]  Instance            The IP4 Config instance.\r
-\r
-  @retval EFI_SUCCESS             The HII Config Access protocol is uninstalled.\r
-  @retval Others                  Other errors as indicated.\r
-**/\r
-EFI_STATUS\r
-Ip4ConfigDeviceUnload (\r
-    IN IP4_CONFIG_INSTANCE                   *Instance\r
-  );\r
-\r
-#endif\r