[USB]
[reactos.git] / reactos / drivers / input / mouclass / mouclass.h
index cd70bee..5bf7e15 100644 (file)
@@ -48,6 +48,7 @@ typedef struct _PORT_DEVICE_EXTENSION
        PORT_DEVICE_STATE PnpState;
        PDEVICE_OBJECT LowerDevice;
        PDEVICE_OBJECT ClassDO;
+       HANDLE FileHandle;
        UNICODE_STRING InterfaceName;
 } PORT_DEVICE_EXTENSION, *PPORT_DEVICE_EXTENSION;