From ba8d788967419f92e7b848fe0e8f939302f69b60 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 9 Jun 2005 02:12:33 +0000 Subject: [PATCH] Added HcdInterfaceName from hpoussin new uhci devctrl.c. svn path=/trunk/; revision=15844 --- reactos/drivers/usb/cromwell/host/ohci_main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/usb/cromwell/host/ohci_main.h b/reactos/drivers/usb/cromwell/host/ohci_main.h index 2c25b86b46c..158085f4ae0 100644 --- a/reactos/drivers/usb/cromwell/host/ohci_main.h +++ b/reactos/drivers/usb/cromwell/host/ohci_main.h @@ -25,6 +25,7 @@ typedef struct _OHCI_DEVICE_EXTENSTION PDEVICE_OBJECT FunctionalDeviceObject; PDEVICE_OBJECT NextDeviceObject; //UNICODE_STRING RegistryPath; + UNICODE_STRING HcdInterfaceName; PKINTERRUPT InterruptObject; KSPIN_LOCK InterruptSpinLock; PCM_RESOURCE_LIST AllocatedResources;