diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 09:11:10 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 09:11:10 +0000 |
commit | 52c8c12b24f0d1168164a8ce4ef4c27ca29bf41c (patch) | |
tree | 28cc8a32bee1c7f2fc8b375524c4004bb8cead1d | |
parent | 93d4ce918198c9de4a4e30681c78b811d6e90bb5 (diff) | |
download | edk2-52c8c12b24f0d1168164a8ce4ef4c27ca29bf41c.tar.gz edk2-52c8c12b24f0d1168164a8ce4ef4c27ca29bf41c.tar.bz2 edk2-52c8c12b24f0d1168164a8ce4ef4c27ca29bf41c.zip |
roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9001 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | PcAtChipsetPkg/8259InterruptControllerDxe/8259.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.h b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.h index 9ab3379f78..b24df2fcec 100644 --- a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.h +++ b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.h @@ -26,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/BaseLib.h>
#include <Library/PcdLib.h>
-#include <IndustryStandard/Pci.h>
+#include <IndustryStandard/Pci22.h>
//
// 8259 Hardware definitions
//
|