X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fscsi%2FNCR5380.h;h=bdc468c9e1d9d6de71ba091041096fd831512ee7;hb=946fb8915a47bbd76de75b2ae7f1c7e92c0666ca;hp=bccf13f715321a9daaaf82cac1a50d6b868646a8;hpb=489de30259e667d7bc47da9da44a0270b050cd97;p=cascardo%2Flinux.git diff --git a/drivers/scsi/NCR5380.h b/drivers/scsi/NCR5380.h index bccf13f71532..bdc468c9e1d9 100644 --- a/drivers/scsi/NCR5380.h +++ b/drivers/scsi/NCR5380.h @@ -30,6 +30,10 @@ #include +#ifdef AUTOSENSE +#include +#endif + #define NCR5380_PUBLIC_RELEASE 7 #define NCR53C400_PUBLIC_RELEASE 2 @@ -281,6 +285,9 @@ struct NCR5380_hostdata { unsigned pendingr; unsigned pendingw; #endif +#ifdef AUTOSENSE + struct scsi_eh_save ses; +#endif }; #ifdef __KERNEL__