update for HEAD-2003050101
[reactos.git] / drivers / input / mouclass / mouclass.h
index cf77cb7..eebba4a 100644 (file)
@@ -1,4 +1,7 @@
 typedef struct _DEVICE_EXTENSION {
+   PIO_WORKITEM WorkItem;
+   KSPIN_LOCK SpinLock;
+   BOOLEAN PassiveCallbackQueued;
    BOOLEAN ReadIsPending;
    ULONG InputCount;
    PMOUSE_INPUT_DATA PortData;