diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 06:18:30 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-24 06:18:30 +0000 |
commit | 1a573c7ea2072bad42911afe24834696ab653ae8 (patch) | |
tree | 0bd2092f34bb19691e2857dc4cd6f18ad5b170a0 /DuetPkg/BiosVideoThunkDxe | |
parent | 9910cfe7db9713ee73ebf08c816625549df20b57 (diff) | |
download | edk2-1a573c7ea2072bad42911afe24834696ab653ae8.zip edk2-1a573c7ea2072bad42911afe24834696ab653ae8.tar.gz edk2-1a573c7ea2072bad42911afe24834696ab653ae8.tar.bz2 |
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@8998 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe')
-rw-r--r-- | DuetPkg/BiosVideoThunkDxe/BiosVideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.h b/DuetPkg/BiosVideoThunkDxe/BiosVideo.h index 406bb53..312bea5 100644 --- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.h +++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.h @@ -37,7 +37,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/BaseMemoryLib.h>
#include <Library/DevicePathLib.h>
-#include <IndustryStandard/Pci22.h>
+#include <IndustryStandard/Pci.h>
#include "VesaBiosExtensions.h"
|