summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_priv.h
diff options
context:
space:
mode:
authorChristoph Hellwig2005-09-06 14:15:37 +0200
committerJames Bottomley2005-09-07 00:26:37 +0200
commitfe1b2d544d71300f8e2d151c3c77a130d13a58be (patch)
tree770c8c9e857bb4d0bf7c96d831e35f91f2e11f9e /drivers/scsi/scsi_priv.h
parent[SCSI] switch EH thread startup to the kthread API (diff)
downloadkernel-qcow2-linux-fe1b2d544d71300f8e2d151c3c77a130d13a58be.tar.gz
kernel-qcow2-linux-fe1b2d544d71300f8e2d151c3c77a130d13a58be.tar.xz
kernel-qcow2-linux-fe1b2d544d71300f8e2d151c3c77a130d13a58be.zip
[SCSI] unexport scsi_add_timer/scsi_delete_timer
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_priv.h')
-rw-r--r--drivers/scsi/scsi_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h
index d30d7f4e63ec..ee6de1768e53 100644
--- a/drivers/scsi/scsi_priv.h
+++ b/drivers/scsi/scsi_priv.h
@@ -63,6 +63,9 @@ extern int __init scsi_init_devinfo(void);
extern void scsi_exit_devinfo(void);
/* scsi_error.c */
+extern void scsi_add_timer(struct scsi_cmnd *, int,
+ void (*)(struct scsi_cmnd *));
+extern int scsi_delete_timer(struct scsi_cmnd *);
extern void scsi_times_out(struct scsi_cmnd *cmd);
extern int scsi_error_handler(void *host);
extern int scsi_decide_disposition(struct scsi_cmnd *cmd);