update for HEAD-2002110401
[reactos.git] / drivers / input / psaux / psaux.h
index 0dfb620..22eb2b2 100644 (file)
@@ -1,12 +1,13 @@
 typedef struct _DEVICE_EXTENSION {
 
-   PDEVICE_OBJECT DeviceObject;
-   ULONG InputDataCount;
-   PMOUSE_INPUT_DATA MouseInputData;
-   CLASS_INFORMATION ClassInformation;
+  PDEVICE_OBJECT DeviceObject;
 
-   PKINTERRUPT MouseInterrupt;
+  ULONG ActiveQueue;
+  ULONG InputDataCount[2];
+  MOUSE_INPUT_DATA MouseInputData[2][MOUSE_BUFFER_SIZE];
+  
+  CLASS_INFORMATION ClassInformation;
+  
+  PKINTERRUPT MouseInterrupt;
    KDPC IsrDpc;
-   KDPC IsrDpcRetry;
-
 } DEVICE_EXTENSION, *PDEVICE_EXTENSION;