Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
010eadf9
Commit
010eadf9
authored
May 23, 2005
by
Ivan Leo Puoti
Committed by
Alexandre Julliard
May 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some structs to ntddscsi.h.
parent
7153c8fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
ntddscsi.h
include/ntddscsi.h
+23
-1
No files found.
include/ntddscsi.h
View file @
010eadf9
/*
* D
DK d
efinitions for scsi media access
* Definitions for scsi media access
*
* Copyright (C) 2002 Laurent Pinchart
* Copyright 2005 Ivan Leo Puoti
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -93,6 +94,27 @@ typedef struct _IO_SCSI_CAPABILITIES {
BOOLEAN
AdapterUsesPio
;
}
IO_SCSI_CAPABILITIES
,
*
PIO_SCSI_CAPABILITIES
;
typedef
struct
_SCSI_BUS_DATA
{
UCHAR
NumberOfLogicalUnits
;
UCHAR
InitiatorBusId
;
ULONG
InquiryDataOffset
;
}
SCSI_BUS_DATA
,
*
PSCSI_BUS_DATA
;
typedef
struct
_SCSI_ADAPTER_BUS_INFO
{
UCHAR
NumberOfBuses
;
SCSI_BUS_DATA
BusData
[
1
];
}
SCSI_ADAPTER_BUS_INFO
,
*
PSCSI_ADAPTER_BUS_INFO
;
typedef
struct
_SCSI_INQUIRY_DATA
{
UCHAR
PathId
;
UCHAR
TargetId
;
UCHAR
Lun
;
BOOLEAN
DeviceClaimed
;
ULONG
InquiryDataLength
;
ULONG
NextInquiryDataOffset
;
UCHAR
InquiryData
[
1
];
}
SCSI_INQUIRY_DATA
,
*
PSCSI_INQUIRY_DATA
;
#ifdef __cplusplus
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment