USB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension (will be used after future commits)

svn path=/trunk/; revision=20379
This commit is contained in:
Aleksey Bragin 2005-12-27 21:22:27 +00:00
parent e69fe17fae
commit d159887621

View file

@ -17,11 +17,17 @@ typedef struct _USBMP_DEVICE_EXTENSTION
PDEVICE_OBJECT NextDeviceObject;
//UNICODE_STRING RegistryPath;
UNICODE_STRING HcdInterfaceName;
//PKINTERRUPT InterruptObject;
//KSPIN_LOCK InterruptSpinLock;
PCM_RESOURCE_LIST AllocatedResources;
/* Interrupt-related info */
PKINTERRUPT InterruptObject;
ULONG InterruptVector;
ULONG InterruptLevel;
KINTERRUPT_MODE InterruptMode;
BOOLEAN InterruptShare;
KAFFINITY InterruptAffinity;
PHYSICAL_ADDRESS BaseAddress;
ULONG BaseAddrLength;
ULONG Flags;