patch-2.4.0-test9 linux/drivers/scsi/mesh.h

Next file: linux/drivers/scsi/mvme16x.h
Previous file: linux/drivers/scsi/mesh.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/mesh.h linux/drivers/scsi/mesh.h
@@ -8,6 +8,7 @@
 #define _MESH_H
 
 int mesh_detect(Scsi_Host_Template *);
+int mesh_release(struct Scsi_Host *);
 int mesh_command(Scsi_Cmnd *);
 int mesh_queue(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
 int mesh_abort(Scsi_Cmnd *);
@@ -17,6 +18,7 @@
 	proc_name:	"mesh",				\
 	name:		"MESH",				\
 	detect:		mesh_detect,			\
+	release:	mesh_release,			\
 	command:	mesh_command,			\
 	queuecommand:	mesh_queue,			\
 	abort:		mesh_abort,			\

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)