patch-2.1.126 linux/drivers/scsi/aha152x.h

Next file: linux/drivers/scsi/aic7xxx/bsd_q.h
Previous file: linux/drivers/scsi/aha152x.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/drivers/scsi/aha152x.h linux/drivers/scsi/aha152x.h
@@ -15,6 +15,7 @@
 int aha152x_command(Scsi_Cmnd *);
 int aha152x_queue(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
 int aha152x_abort(Scsi_Cmnd *);
+int aha152x_release(struct Scsi_Host *shpnt);
 int aha152x_reset(Scsi_Cmnd *, unsigned int);
 int aha152x_biosparam(Disk *, kdev_t, int*);
 int aha152x_proc_info(char *buffer, char **start, off_t offset, int length, int hostno, int inout);
@@ -36,6 +37,7 @@
                   queuecommand:       aha152x_queue,	  \
                   abort:              aha152x_abort,	  \
                   reset:              aha152x_reset,	  \
+                  release:            aha152x_release,	  \
                   slave_attach:       0,		  \
                   bios_param:         aha152x_biosparam,  \
                   can_queue:          1,		  \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov