]> err.no Git - linux-2.6/blobdiff - include/scsi/scsi_transport.h
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / include / scsi / scsi_transport.h
index a4f1837a33b150b925e471e1c2938d35a6c4eded..e7b1054adf86b5d3d1003f3be9335d9c158ae18b 100644 (file)
@@ -29,6 +29,11 @@ struct scsi_transport_template {
        struct transport_container target_attrs;
        struct transport_container device_attrs;
 
+       /*
+        * If set, called from sysfs and legacy procfs rescanning code.
+        */
+       int (*user_scan)(struct Scsi_Host *, uint, uint, uint);
+
        /* The size of the specific transport attribute structure (a
         * space of this size will be left at the end of the
         * scsi_* structure */