Synchronize with trunk's revision r57599.
[reactos.git] / drivers / usb / usbstor / usbstor.h
index 29ef1ce..3fb4d3c 100644 (file)
@@ -71,6 +71,7 @@ typedef struct
     PSCSI_REQUEST_BLOCK LastTimerActiveSrb;                                              // last timer tick active srb
     ULONG SrbErrorHandlingActive;                                                        // error handling of srb is activated
     ULONG TimerWorkQueueEnabled;                                                         // timer work queue enabled
+    ULONG InstanceCount;                                                                 // pdo instance count
 }FDO_DEVICE_EXTENSION, *PFDO_DEVICE_EXTENSION;
 
 typedef struct
@@ -364,8 +365,7 @@ USBSTOR_PdoHandlePnp(
 NTSTATUS
 USBSTOR_CreatePDO(
     IN PDEVICE_OBJECT DeviceObject,
-    IN UCHAR LUN,
-    OUT PDEVICE_OBJECT *ChildDeviceObject);
+    IN UCHAR LUN);
 
 //---------------------------------------------------------------------
 //