diff options
Diffstat (limited to 'include/scsi/scsi_host.h')
| -rw-r--r-- | include/scsi/scsi_host.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index d123ca84e732..b62a097b3ecb 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h | |||
| @@ -478,6 +478,15 @@ struct scsi_host_template { | |||
| 478 | * module_init/module_exit. | 478 | * module_init/module_exit. |
| 479 | */ | 479 | */ |
| 480 | struct list_head legacy_hosts; | 480 | struct list_head legacy_hosts; |
| 481 | |||
| 482 | /* | ||
| 483 | * Vendor Identifier associated with the host | ||
| 484 | * | ||
| 485 | * Note: When specifying vendor_id, be sure to read the | ||
| 486 | * Vendor Type and ID formatting requirements specified in | ||
| 487 | * scsi_netlink.h | ||
| 488 | */ | ||
| 489 | u64 vendor_id; | ||
| 481 | }; | 490 | }; |
| 482 | 491 | ||
| 483 | /* | 492 | /* |
