This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / scsi / scsi_host.h
index 0be7907..082f0d8 100644 (file)
@@ -145,6 +145,15 @@ struct scsi_host_template {
         */
        enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *);
 
+       /*
+        * Old EH handlers, no longer used. Make them warn the user of old
+        * drivers by using a wrong type
+        *
+        * Status: MORE THAN OBSOLETE
+        */
+       int (* abort)(int);
+       int (* reset)(int, int);
+
        /*
         * Before the mid layer attempts to scan for a new device where none
         * currently exists, it will call this entry in your driver.  Should