X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=drivers%2Finput%2Fpsaux%2Fpsaux.h;h=22eb2b2a11e195b04cb77a85e37bc72fdebda0e6;hb=83300d602d72c8c64d110c3086f98fd970d3ba07;hp=0dfb62057bfdfa1327bc11c02285c217b67852d5;hpb=1334f77b1ecef00ac31076ce6bf22bdfeb82d347;p=reactos.git diff --git a/drivers/input/psaux/psaux.h b/drivers/input/psaux/psaux.h index 0dfb620..22eb2b2 100644 --- a/drivers/input/psaux/psaux.h +++ b/drivers/input/psaux/psaux.h @@ -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;