summaryrefslogtreecommitdiffstats
path: root/OptionRomPkg/UndiRuntimeDxe/Undi32.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-25 02:28:13 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-25 02:28:13 +0000
commitc1ff10ec05322cda8a43288d2be26c90357a9130 (patch)
tree7c24bd333ff72de3722eae3c65cc7fddd6aa9604 /OptionRomPkg/UndiRuntimeDxe/Undi32.h
parentcb55fa3862d0cdf79b1ae5136a89e3bd13effe7d (diff)
downloadedk2-c1ff10ec05322cda8a43288d2be26c90357a9130.tar.gz
edk2-c1ff10ec05322cda8a43288d2be26c90357a9130.tar.bz2
edk2-c1ff10ec05322cda8a43288d2be26c90357a9130.zip
Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of NII_TABLE.
Signed-off-by: vanjeff Reviewed-by: mdkinney git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12561 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg/UndiRuntimeDxe/Undi32.h')
-rw-r--r--OptionRomPkg/UndiRuntimeDxe/Undi32.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/OptionRomPkg/UndiRuntimeDxe/Undi32.h b/OptionRomPkg/UndiRuntimeDxe/Undi32.h
index 6409bea391..c35f4f3eab 100644
--- a/OptionRomPkg/UndiRuntimeDxe/Undi32.h
+++ b/OptionRomPkg/UndiRuntimeDxe/Undi32.h
@@ -1,7 +1,7 @@
/** @file
EFI internal structures for the EFI UNDI driver.
-Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -71,18 +71,6 @@ typedef struct {
VOID (*api_ptr)();
} UNDI_CALL_TABLE;
-typedef struct {
- EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *InterfacePointer;
- EFI_DEVICE_PATH_PROTOCOL *DevicePathPointer;
-} NII_ENTRY;
-
-typedef struct NII_CONFIG_ENTRY {
- UINT32 NumEntries;
- UINT32 Reserved; // padding for alignment
- struct NII_CONFIG_ENTRY *NextLink;
- NII_ENTRY NiiEntry[1];
-} NII_TABLE;
-
typedef VOID (*ptr)(VOID);
typedef VOID (*bsptr_30)(UINTN);
typedef VOID (*virtphys_30)(UINT64, UINT64);