]> Pileus Git - ~andy/linux/blobdiff - include/scsi/scsi_host.h
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / include / scsi / scsi_host.h
index d123ca84e732bf711fb965c66db8017ad468ec6a..b62a097b3ecb05b010f49fae1211e113ab3e5023 100644 (file)
@@ -478,6 +478,15 @@ struct scsi_host_template {
         * module_init/module_exit.
         */
        struct list_head legacy_hosts;
+
+       /*
+        * Vendor Identifier associated with the host
+        *
+        * Note: When specifying vendor_id, be sure to read the
+        *   Vendor Type and ID formatting requirements specified in
+        *   scsi_netlink.h
+        */
+       u64 vendor_id;
 };
 
 /*