diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_fc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index b0d445437372..4496b32972e5 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h | |||
@@ -384,6 +384,8 @@ struct fc_function_template { | |||
384 | struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); | 384 | struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); |
385 | void (*reset_fc_host_stats)(struct Scsi_Host *); | 385 | void (*reset_fc_host_stats)(struct Scsi_Host *); |
386 | 386 | ||
387 | int (*issue_fc_host_lip)(struct Scsi_Host *); | ||
388 | |||
387 | /* allocation lengths for host-specific data */ | 389 | /* allocation lengths for host-specific data */ |
388 | u32 dd_fcrport_size; | 390 | u32 dd_fcrport_size; |
389 | 391 | ||