X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_host.h;h=082f0d8fee8d52af1883a34b00d3c1b491c10ead;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=0be7907110e2432d7a293bb36680874e3ae6cc03;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 0be790711..082f0d8fe 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -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