diff --git a/reactos/drivers/usb/cromwell/host/ohci_main.h b/reactos/drivers/usb/cromwell/host/ohci_main.h index 158085f4ae0..fae5b71c601 100644 --- a/reactos/drivers/usb/cromwell/host/ohci_main.h +++ b/reactos/drivers/usb/cromwell/host/ohci_main.h @@ -45,6 +45,7 @@ typedef struct _OHCI_DEVICE_EXTENSTION //CHAR MiniPortDeviceExtension[1]; BOOLEAN IsFDO; struct pci_dev * pdev; + PDEVICE_OBJECT RootHubPdo; } OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;