X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_eh.h;h=887601dc66ad767b0bdc9b83eb53db8c268aeda7;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=9bfb4ac7e43c7d0769041610c337dba5f6866715;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/scsi/scsi_eh.h b/include/scsi/scsi_eh.h index 9bfb4ac7e..887601dc6 100644 --- a/include/scsi/scsi_eh.h +++ b/include/scsi/scsi_eh.h @@ -1,6 +1,10 @@ #ifndef _SCSI_SCSI_EH_H #define _SCSI_SCSI_EH_H +struct scsi_cmnd; +struct scsi_device; +struct Scsi_Host; + extern void scsi_add_timer(struct scsi_cmnd *, int, void (*)(struct scsi_cmnd *)); extern int scsi_delete_timer(struct scsi_cmnd *);