mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
Fixing to start pnp of usb drivers.
svn path=/trunk/; revision=15842
This commit is contained in:
parent
e87cc02785
commit
7240f0cf76
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ typedef struct _OHCI_DEVICE_EXTENSTION
|
||||||
ULONG DeviceOpened;
|
ULONG DeviceOpened;
|
||||||
//KMUTEX DeviceLock;
|
//KMUTEX DeviceLock;
|
||||||
//CHAR MiniPortDeviceExtension[1];
|
//CHAR MiniPortDeviceExtension[1];
|
||||||
|
BOOLEAN IsFDO;
|
||||||
|
struct pci_dev * pdev;
|
||||||
} OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;
|
} OHCI_DEVICE_EXTENSION, *POHCI_DEVICE_EXTENSION;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue