mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
Add a pointer to the root hub PDO in the usb controller device extension
svn path=/trunk/; revision=15853
This commit is contained in:
parent
988bbc4f12
commit
64bd0a6bd1
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue