mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 14:46:23 +00:00
Cleanup
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5107 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -186,6 +186,10 @@ enum scst_cmd_queue_type {
|
||||
** compiler with another bitfields layout can be used.
|
||||
***************************************************************/
|
||||
enum scst_cdb_flags {
|
||||
/*
|
||||
* !! Both timeouts must be the lowest bits to match
|
||||
* !! scst_generic_parse() expectations!
|
||||
*/
|
||||
SCST_SMALL_TIMEOUT = 0x0001,
|
||||
SCST_LONG_TIMEOUT = 0x0002,
|
||||
#define SCST_BOTH_TIMEOUTS (SCST_SMALL_TIMEOUT | SCST_LONG_TIMEOUT)
|
||||
|
||||
Reference in New Issue
Block a user