mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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
1 changed files with 1 additions and 0 deletions
|
@ -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