mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
- Implement timeouts / retrying after timeout.
svn path=/trunk/; revision=26221
This commit is contained in:
parent
fc3d38d1cb
commit
fd27183f35
2 changed files with 169 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue