diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-05 21:32:38 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-05 21:32:38 +0000 |
commit | df93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b (patch) | |
tree | 9c0275886e6afb4556232a91a4b7b7736a82e914 /DuetPkg/PciBusNoEnumerationDxe/PciBus.h | |
parent | 0170af58e038038d4bbe6c9b9b5436f5456dafaf (diff) | |
download | edk2-platforms-df93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b.tar.xz |
Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8483 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe/PciBus.h')
-rw-r--r-- | DuetPkg/PciBusNoEnumerationDxe/PciBus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h index e83f32d7bf..168108928f 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h +++ b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h @@ -24,7 +24,7 @@ Revision History #ifndef _EFI_PCI_BUS_H
#define _EFI_PCI_BUS_H
-#include <FrameworkDxe.h>
+#include <PiDxe.h>
#include <Protocol/PciIo.h>
#include <Protocol/PciRootBridgeIo.h>
|