]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/scsi/scsi_eh.h
replace twl4030-gpio irq_chip
[linux-2.6-omap-h63xx.git] / include / scsi / scsi_eh.h
index d3a133b4a072bf2104a0204d29084be7b79bd186..06a8790893ef60e15cdd100550134e698e6a5e2e 100644 (file)
@@ -74,12 +74,14 @@ struct scsi_eh_save {
        /* saved state */
        int result;
        enum dma_data_direction data_direction;
+       unsigned underflow;
        unsigned char cmd_len;
-       unsigned char cmnd[MAX_COMMAND_SIZE];
+       unsigned char prot_op;
+       unsigned char *cmnd;
        struct scsi_data_buffer sdb;
        struct request *next_rq;
-
        /* new command support */
+       unsigned char eh_cmnd[BLK_MAX_CDB];
        struct scatterlist sense_sgl;
 };