summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-15 04:11:35 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-15 04:11:35 +0000
commit11219cc655ecda0cdae05d293370d1e663c014ff (patch)
tree901ec5a16b4d9ba72268fc22c91057028a0cd28b /IntelFrameworkPkg
parente10293550f62474596d955e44a5af97b0d412305 (diff)
downloadedk2-platforms-11219cc655ecda0cdae05d293370d1e663c014ff.tar.xz
[Description]:
1) Remove the definition of EFI_DISPATCH_OPROM_TABLE from IntelFrameworkPkg\Include\Framework\Legacy16.h to TianoModulePkg\Include\LegacyBios.h as it is not defined in any Intel Framework spec. [Impaction]: Build break for Modules that reference this undocuments structure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4853 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Framework/Legacy16.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/Legacy16.h b/IntelFrameworkPkg/Include/Framework/Legacy16.h
index fdfc7f32df..98b3b74c6c 100644
--- a/IntelFrameworkPkg/Include/Framework/Legacy16.h
+++ b/IntelFrameworkPkg/Include/Framework/Legacy16.h
@@ -377,20 +377,6 @@ typedef struct {
} EFI_TO_COMPATIBILITY16_BOOT_TABLE;
///////////////////////////////////////////////////////////////////////////////
-// EFI_DISPATCH_OPROM_TABLE
-///////////////////////////////////////////////////////////////////////////////
-
-typedef struct {
- UINT16 PnPInstallationCheckSegment;
- UINT16 PnPInstallationCheckOffset;
- UINT16 OpromSegment;
- UINT8 PciBus;
- UINT8 PciDeviceFunction;
- UINT8 NumberBbsEntries;
- VOID *BbsTablePointer; /// @bug: variable size on 32/64-bit systems.
-} EFI_DISPATCH_OPROM_TABLE;
-
-///////////////////////////////////////////////////////////////////////////////
// EFI_LEGACY_INSTALL_PCI_HANDLER
///////////////////////////////////////////////////////////////////////////////
typedef struct {