diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 06:15:22 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 06:15:22 +0000 |
commit | 48e9cc78d5d09b6f70a39c857ac4dcca277cfb84 (patch) | |
tree | a80e6fdfe75b0e74be03fa0575e4c8c635e518df /PcAtChipsetPkg | |
parent | 5781db0852b91fd68d9d691dff30f525d75acb12 (diff) | |
download | edk2-platforms-48e9cc78d5d09b6f70a39c857ac4dcca277cfb84.tar.xz |
if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8995 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg')
-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 b24df2fcec..9ab3379f78 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/Pci22.h>
+#include <IndustryStandard/Pci.h>
//
// 8259 Hardware definitions
//
|