summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-04-01 16:36:38 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-05-23 13:49:41 +0800
commit48495aae386af81c6650d2a4c6f90f22321e1ae9 (patch)
treef2eb35855f8dae53da7d92c7a1043692e82085da /MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
parentcf81d5a680522259d2fdabcdb1bc4168e688de3f (diff)
downloadedk2-48495aae386af81c6650d2a4c6f90f22321e1ae9.tar.gz
edk2-48495aae386af81c6650d2a4c6f90f22321e1ae9.tar.bz2
edk2-48495aae386af81c6650d2a4c6f90f22321e1ae9.zip
MdeModulePkg/PciBus: Remove unused fields in PCI_BAR
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> Tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h')
-rw-r--r--MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
index b99d3181ac..baf88c7182 100644
--- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
+++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
@@ -1,7 +1,7 @@
/** @file
Header files and data structures needed by PCI Bus module.
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, 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
@@ -102,8 +102,6 @@ struct _PCI_BAR {
UINT64 Length;
UINT64 Alignment;
PCI_BAR_TYPE BarType;
- BOOLEAN Prefetchable;
- UINT8 MemType;
UINT16 Offset;
};