diff options
author | scameron@beardog.cca.cpqcorp.net <scameron@beardog.cca.cpqcorp.net> | 2009-06-08 17:02:17 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-06-08 23:47:42 -0400 |
commit | b57695fe131b13d3f2460cfeb9175cff673ed337 (patch) | |
tree | 5c1310fdbca48957c1496de418f80ff4f48dc259 /drivers/block/cciss_cmd.h | |
parent | 5390cfc3fea49d015ae1eed8551c0bf00489b50e (diff) |
cciss: simplify interface of sendcmd() and sendcmd_withirq()
Simplify interfaces of sendcmd() and sendcmd_withirq() so that they
provide only one way to address commands instead of three ways.
Signed-off-by: Stephen M. Cameron <scameron@beardog.cca.cpqcorp.net>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/cciss_cmd.h')
-rw-r--r-- | drivers/block/cciss_cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h index 40b1b92dae7f..cd665b00c7c5 100644 --- a/drivers/block/cciss_cmd.h +++ b/drivers/block/cciss_cmd.h | |||
@@ -217,6 +217,8 @@ typedef union _LUNAddr_struct { | |||
217 | LogDevAddr_struct LogDev; | 217 | LogDevAddr_struct LogDev; |
218 | } LUNAddr_struct; | 218 | } LUNAddr_struct; |
219 | 219 | ||
220 | #define CTLR_LUNID "\0\0\0\0\0\0\0\0" | ||
221 | |||
220 | typedef struct _CommandListHeader_struct { | 222 | typedef struct _CommandListHeader_struct { |
221 | BYTE ReplyQueue; | 223 | BYTE ReplyQueue; |
222 | BYTE SGList; | 224 | BYTE SGList; |