Add some defines.
This commit is contained in:
parent
a9a6d00be5
commit
72dd5259b2
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
typedef union SRB * LPSRB;
|
typedef union SRB * LPSRB;
|
||||||
|
|
||||||
|
#define SS_INVALID_CMD 0x80
|
||||||
|
#define SS_INVALID_HA 0x81
|
||||||
|
#define SS_NO_DEVICE 0x82
|
||||||
|
|
||||||
typedef struct tagSRB_HaInquiry {
|
typedef struct tagSRB_HaInquiry {
|
||||||
BYTE SRB_Cmd; /* ASPI command code = SC_HA_INQUIRY */
|
BYTE SRB_Cmd; /* ASPI command code = SC_HA_INQUIRY */
|
||||||
BYTE SRB_Status; /* ASPI command status byte */
|
BYTE SRB_Status; /* ASPI command status byte */
|
||||||
|
|
Loading…
Reference in New Issue