mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Get rid of ROS DDK SCSI headers (forgot these files in r16060).
svn path=/trunk/; revision=16061
This commit is contained in:
parent
fd44a4b514
commit
dc337def98
2 changed files with 26 additions and 3 deletions
|
@ -64,6 +64,26 @@ typedef struct _ERROR_RECOVERY_DATA10
|
|||
MODE_READ_RECOVERY_PAGE ReadRecoveryPage;
|
||||
} ERROR_RECOVERY_DATA10, *PERROR_RECOVERY_DATA10;
|
||||
|
||||
typedef struct _MODE_CAPABILITIES_PAGE2
|
||||
{
|
||||
UCHAR PageCode:6;
|
||||
UCHAR Reserved1:1;
|
||||
UCHAR PSBit:1;
|
||||
UCHAR PageLength;
|
||||
UCHAR Reserved2[2];
|
||||
UCHAR Capabilities[4];
|
||||
UCHAR MaximumSpeedSupported[2];
|
||||
UCHAR Reserved3;
|
||||
UCHAR NumberVolumeLevels;
|
||||
UCHAR BufferSize[2];
|
||||
UCHAR CurrentSpeed[2];
|
||||
UCHAR Reserved4;
|
||||
UCHAR Reserved5:1;
|
||||
UCHAR DigitalOutput:4;
|
||||
UCHAR Reserved6:3;
|
||||
UCHAR Reserved7[2];
|
||||
} MODE_CAPABILITIES_PAGE2, *PMODE_CAPABILITIES_PAGE2;
|
||||
|
||||
typedef struct _MODE_CAPABILITIES_DATA6
|
||||
{
|
||||
MODE_PARAMETER_HEADER Header;
|
||||
|
|
|
@ -1285,6 +1285,9 @@ typedef struct _READ_BLOCK_LIMITS {
|
|||
UCHAR BlockMinimumSize[2];
|
||||
} READ_BLOCK_LIMITS_DATA, *PREAD_BLOCK_LIMITS_DATA;
|
||||
|
||||
#define MODE_BLOCK_DESC_LENGTH 8
|
||||
#define MODE_HEADER_LENGTH 4
|
||||
#define MODE_HEADER_LENGTH10 8
|
||||
|
||||
typedef struct _MODE_PARAMETER_HEADER {
|
||||
UCHAR ModeDataLength;
|
||||
|
|
Loading…
Reference in a new issue