Commit 72dd5259 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Add some defines.

parent a9a6d00b
......@@ -5,6 +5,10 @@
typedef union SRB * LPSRB;
#define SS_INVALID_CMD 0x80
#define SS_INVALID_HA 0x81
#define SS_NO_DEVICE 0x82
typedef struct tagSRB_HaInquiry {
BYTE SRB_Cmd; /* ASPI command code = SC_HA_INQUIRY */
BYTE SRB_Status; /* ASPI command status byte */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment