mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
- Fix ScsiPortGetDeviceBase() / ScsiPortSetDeviceBase().
svn path=/trunk/; revision=26212
This commit is contained in:
parent
c891e7315a
commit
7ea1266acd
2 changed files with 69 additions and 58 deletions
|
@ -216,7 +216,7 @@ typedef struct _SCSI_PORT_DEVICE_EXTENSION
|
|||
KTIMER MiniportTimer;
|
||||
KDPC MiniportTimerDpc;
|
||||
|
||||
LIST_ENTRY DeviceBaseListHead;
|
||||
PMAPPED_ADDRESS MappedAddressList;
|
||||
|
||||
ULONG LunExtensionSize;
|
||||
PSCSI_PORT_LUN_EXTENSION LunExtensionList[LUS_NUMBER];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue