]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/UndiRuntimeDxe/Undi32.h
Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of...
[mirror_edk2.git] / OptionRomPkg / UndiRuntimeDxe / Undi32.h
index 6409bea391e4f5154382a94b06bd88fada2a83b3..c35f4f3eab3bf7e24b71cd18885dc765accb4fa9 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI internal structures for the EFI UNDI driver.\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, 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
@@ -71,18 +71,6 @@ typedef struct {
   VOID (*api_ptr)();\r
 } UNDI_CALL_TABLE;\r
 \r
-typedef struct {\r
-  EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *InterfacePointer;\r
-  EFI_DEVICE_PATH_PROTOCOL                  *DevicePathPointer;\r
-} NII_ENTRY;\r
-\r
-typedef struct NII_CONFIG_ENTRY {\r
-  UINT32                   NumEntries;\r
-  UINT32                   Reserved;              // padding for alignment\r
-  struct NII_CONFIG_ENTRY  *NextLink;\r
-  NII_ENTRY                NiiEntry[1];\r
-} NII_TABLE;\r
-\r
 typedef VOID (*ptr)(VOID);\r
 typedef VOID (*bsptr_30)(UINTN);\r
 typedef VOID (*virtphys_30)(UINT64, UINT64);\r