- Implement timeouts / retrying after timeout.

svn path=/trunk/; revision=26221
This commit is contained in:
Aleksey Bragin 2007-03-31 20:03:07 +00:00
parent fc3d38d1cb
commit fd27183f35
2 changed files with 169 additions and 2 deletions

View file

@ -277,3 +277,9 @@ typedef struct _SCSI_PORT_DEVICE_EXTENSION
UCHAR MiniPortDeviceExtension[1]; /* must be the last entry */
} SCSI_PORT_DEVICE_EXTENSION, *PSCSI_PORT_DEVICE_EXTENSION;
typedef struct _RESETBUS_PARAMS
{
ULONG PathId;
PSCSI_PORT_DEVICE_EXTENSION DeviceExtension;
} RESETBUS_PARAMS, *PRESETBUS_PARAMS;