diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-02 03:19:37 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-02 03:19:37 +0000 |
commit | a51a9ea3643c5f348d927ba0c23deafeee5b0bf2 (patch) | |
tree | d0bc46a9da89bceae00dc231b933ca35eb27642c | |
parent | 19d0df057ab77941ba6ab55dc51090d437a44cdd (diff) | |
download | edk2-platforms-a51a9ea3643c5f348d927ba0c23deafeee5b0bf2.tar.xz |
remove PCI_MAX_SEGMENT from Industry Standard file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7750 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/IndustryStandard/Pci22.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h b/DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h index cf6ed38e1c..23b9fd7c06 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h @@ -41,6 +41,8 @@ Abstract: #include <IndustryStandard/Acpi.h>
#include <IndustryStandard/Pci.h>
+
+#define PCI_MAX_SEGMENT 0
//
// Driver Instance Data Prototypes
//
diff --git a/MdePkg/Include/IndustryStandard/Pci22.h b/MdePkg/Include/IndustryStandard/Pci22.h index 846b702da6..6f45270397 100644 --- a/MdePkg/Include/IndustryStandard/Pci22.h +++ b/MdePkg/Include/IndustryStandard/Pci22.h @@ -6,7 +6,7 @@ PCI-to-PCI Bridge Architecture Specification, Revision 1.2
PC Card Standard, 8.0
- Copyright (c) 2006 - 2008, Intel Corporation
+ Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. 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
@@ -20,7 +20,6 @@ #ifndef _PCI22_H_
#define _PCI22_H_
-#define PCI_MAX_SEGMENT 0
#define PCI_MAX_BUS 255
#define PCI_MAX_DEVICE 31
#define PCI_MAX_FUNC 7
|