Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / drivers / bus / pcix / pci.h
index c1984da..25774f7 100644 (file)
@@ -535,6 +535,9 @@ typedef struct _PCI_LEGACY_DEVICE
 //
 // IRP Dispatch Routines
 //
+
+DRIVER_DISPATCH PciDispatchIrp;
+
 NTSTATUS
 NTAPI
 PciDispatchIrp(
@@ -610,6 +613,9 @@ PciSetPowerManagedDevicePowerState(
 //
 // Bus FDO Routines
 //
+
+DRIVER_ADD_DEVICE PciAddDevice;
+
 NTSTATUS
 NTAPI
 PciAddDevice(
@@ -1121,6 +1127,8 @@ PciClassifyDeviceType(
     IN PPCI_PDO_EXTENSION PdoExtension
 );
 
+KIPI_BROADCAST_WORKER PciExecuteCriticalSystemRoutine;
+
 ULONG_PTR
 NTAPI
 PciExecuteCriticalSystemRoutine(