Fixing to start pnp of usb drivers.
Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h

Modified: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h
--- trunk/reactos/drivers/usb/cromwell/host/ohci_main.h	2005-06-08 17:29:59 UTC (rev 15841)
+++ trunk/reactos/drivers/usb/cromwell/host/ohci_main.h	2005-06-09 01:43:07 UTC (rev 15842)
@@ -42,6 +42,8 @@
    ULONG DeviceOpened;
    //KMUTEX DeviceLock;
    //CHAR MiniPortDeviceExtension[1];
+   BOOLEAN IsFDO;
+   struct pci_dev * pdev;
 } OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;