From 72dd5259b2a578b330d6f0ac879937c23f993b24 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Sun, 6 Jun 1999 14:34:32 +0000 Subject: [PATCH] Add some defines. --- include/wnaspi32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wnaspi32.h b/include/wnaspi32.h index 9260a033dc5..63940f05565 100644 --- a/include/wnaspi32.h +++ b/include/wnaspi32.h @@ -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 */