diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 91d58843205c..867972898cb1 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -86,8 +86,8 @@ extern int zfcp_fsf_exchange_config_data_sync(struct zfcp_adapter *, | |||
86 | extern int zfcp_fsf_exchange_port_data(struct zfcp_erp_action *); | 86 | extern int zfcp_fsf_exchange_port_data(struct zfcp_erp_action *); |
87 | extern int zfcp_fsf_exchange_port_data_sync(struct zfcp_adapter *, | 87 | extern int zfcp_fsf_exchange_port_data_sync(struct zfcp_adapter *, |
88 | struct fsf_qtcb_bottom_port *); | 88 | struct fsf_qtcb_bottom_port *); |
89 | extern int zfcp_fsf_control_file(struct zfcp_adapter *, struct zfcp_fsf_req **, | 89 | extern struct zfcp_fsf_req *zfcp_fsf_control_file(struct zfcp_adapter *adapter, |
90 | u32, u32, struct zfcp_sg_list *); | 90 | struct zfcp_fsf_cfdc *fsf_cfdc); |
91 | extern void zfcp_fsf_start_timer(struct zfcp_fsf_req *, unsigned long); | 91 | extern void zfcp_fsf_start_timer(struct zfcp_fsf_req *, unsigned long); |
92 | extern void zfcp_erp_start_timer(struct zfcp_fsf_req *); | 92 | extern void zfcp_erp_start_timer(struct zfcp_fsf_req *); |
93 | extern void zfcp_fsf_req_dismiss_all(struct zfcp_adapter *); | 93 | extern void zfcp_fsf_req_dismiss_all(struct zfcp_adapter *); |
@@ -167,6 +167,8 @@ extern void zfcp_erp_port_access_changed(struct zfcp_port *, u8, void *); | |||
167 | extern void zfcp_erp_unit_access_changed(struct zfcp_unit *, u8, void *); | 167 | extern void zfcp_erp_unit_access_changed(struct zfcp_unit *, u8, void *); |
168 | 168 | ||
169 | /******************************** AUX ****************************************/ | 169 | /******************************** AUX ****************************************/ |
170 | extern void zfcp_sg_free_table(struct scatterlist *sg, int count); | ||
171 | extern int zfcp_sg_setup_table(struct scatterlist *sg, int count); | ||
170 | extern void zfcp_rec_dbf_event_thread(u8 id, struct zfcp_adapter *adapter); | 172 | extern void zfcp_rec_dbf_event_thread(u8 id, struct zfcp_adapter *adapter); |
171 | extern void zfcp_rec_dbf_event_thread_lock(u8 id, struct zfcp_adapter *adapter); | 173 | extern void zfcp_rec_dbf_event_thread_lock(u8 id, struct zfcp_adapter *adapter); |
172 | extern void zfcp_rec_dbf_event_adapter(u8 id, void *ref, struct zfcp_adapter *); | 174 | extern void zfcp_rec_dbf_event_adapter(u8 id, void *ref, struct zfcp_adapter *); |
@@ -200,4 +202,6 @@ extern void zfcp_scsi_dbf_event_devreset(const char *, u8, struct zfcp_unit *, | |||
200 | struct scsi_cmnd *); | 202 | struct scsi_cmnd *); |
201 | extern int zfcp_reqlist_isempty(struct zfcp_adapter *); | 203 | extern int zfcp_reqlist_isempty(struct zfcp_adapter *); |
202 | 204 | ||
205 | extern struct miscdevice zfcp_cfdc_misc; | ||
206 | |||
203 | #endif /* ZFCP_EXT_H */ | 207 | #endif /* ZFCP_EXT_H */ |