]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.h
MdeModulePkg/PciHostBridge: Move declaration of mIoMmu to header file
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciHostBridgeDxe / PciHostBridge.h
index bc9c7214ddcae257df3e9a0ff1fe787e4ec304b8..e0ed39eebc8a87ebc2656805c47c4613724513a2 100644 (file)
@@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/PciHostBridgeLib.h>\r
 #include <Protocol/PciHostBridgeResourceAllocation.h>\r
+#include <Protocol/IoMmu.h>\r
 \r
 #include "PciRootBridge.h"\r
 \r
@@ -269,4 +270,6 @@ GetTranslationByResourceType (
   );\r
 \r
 extern EFI_CPU_IO2_PROTOCOL        *mCpuIo;\r
+extern EDKII_IOMMU_PROTOCOL        *mIoMmu;\r
+\r
 #endif\r