Add all pci bridge control function (PciBridgeIoBase, PciBridgeIoLimit, PciBridgeMemo...
[reactos.git] / reactos / drivers / bus / pcix / pci.h
index c78b950..306265f 100644 (file)
@@ -1070,6 +1070,14 @@ PciExecuteCriticalSystemRoutine(
     IN ULONG_PTR IpiContext
 );
 
+BOOLEAN
+NTAPI
+PciCreateIoDescriptorFromBarLimit(
+    PIO_RESOURCE_DESCRIPTOR ResourceDescriptor,
+    IN PULONG BarArray,
+    IN BOOLEAN Rom
+);
+
 BOOLEAN
 NTAPI
 PciIsSlotPresentInParentMethod(