Eliminate WAIT state.

This commit is contained in:
Ron Sluiter
2002-07-05 19:40:57 +00:00
parent dad124bd38
commit be2ca071e9
+3 -3
View File
@@ -4,9 +4,9 @@ FILENAME.. devSoft.h
USAGE... This file contains information that is common to
all Soft channel device support modules.
Version: $Revision: 1.5 $
Version: $Revision: 1.6 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2002-06-25 20:01:28 $
Last Modified: $Date: 2002-07-05 19:40:57 $
*/
/*
@@ -32,7 +32,7 @@ Last Modified: $Date: 2002-06-25 20:01:28 $
#ifndef INCdevSofth
#define INCdevSofth 1
typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2, WAIT = 3} DONE_STATES;
typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2} DONE_STATES;
#define MAXMSGS 20