diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 991d45667a44..722c55b9f8fa 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -82,9 +82,11 @@ extern int zfcp_fsf_open_unit(struct zfcp_erp_action *); | |||
82 | extern int zfcp_fsf_close_unit(struct zfcp_erp_action *); | 82 | extern int zfcp_fsf_close_unit(struct zfcp_erp_action *); |
83 | 83 | ||
84 | extern int zfcp_fsf_exchange_config_data(struct zfcp_erp_action *); | 84 | extern int zfcp_fsf_exchange_config_data(struct zfcp_erp_action *); |
85 | extern int zfcp_fsf_exchange_port_data(struct zfcp_erp_action *, | 85 | extern int zfcp_fsf_exchange_config_data_sync(struct zfcp_adapter *, |
86 | struct zfcp_adapter *, | 86 | struct fsf_qtcb_bottom_config *); |
87 | struct fsf_qtcb_bottom_port *); | 87 | extern int zfcp_fsf_exchange_port_data(struct zfcp_erp_action *); |
88 | extern int zfcp_fsf_exchange_port_data_sync(struct zfcp_adapter *, | ||
89 | struct fsf_qtcb_bottom_port *); | ||
88 | extern int zfcp_fsf_control_file(struct zfcp_adapter *, struct zfcp_fsf_req **, | 90 | extern int zfcp_fsf_control_file(struct zfcp_adapter *, struct zfcp_fsf_req **, |
89 | u32, u32, struct zfcp_sg_list *); | 91 | u32, u32, struct zfcp_sg_list *); |
90 | extern void zfcp_fsf_start_timer(struct zfcp_fsf_req *, unsigned long); | 92 | extern void zfcp_fsf_start_timer(struct zfcp_fsf_req *, unsigned long); |