mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 09:10:56 +00:00
Make scsi header um friendly
svn path=/trunk/; revision=16197
This commit is contained in:
parent
4650be627f
commit
1d7902f557
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ typedef struct _SCSI_INQUIRY_DATA {
|
|||
#define SCSI_IOCTL_DATA_UNSPECIFIED 2
|
||||
|
||||
typedef struct _DUMP_POINTERS {
|
||||
PADAPTER_OBJECT AdapterObject;
|
||||
struct _ADAPTER_OBJECT *AdapterObject;
|
||||
PVOID MappedRegisterBase;
|
||||
PVOID DumpData;
|
||||
PVOID CommonBufferVa;
|
||||
|
|
Loading…
Reference in a new issue