diff options
Diffstat (limited to 'include/scsi/scsi_transport_iscsi.h')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index 902e69f0272c..1ac450b06909 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -108,6 +108,9 @@ struct iscsi_transport { | |||
108 | enum iscsi_param param, char *buf); | 108 | enum iscsi_param param, char *buf); |
109 | int (*get_host_param) (struct Scsi_Host *shost, | 109 | int (*get_host_param) (struct Scsi_Host *shost, |
110 | enum iscsi_host_param param, char *buf); | 110 | enum iscsi_host_param param, char *buf); |
111 | int (*set_host_param) (struct Scsi_Host *shost, | ||
112 | enum iscsi_host_param param, char *buf, | ||
113 | int buflen); | ||
111 | int (*send_pdu) (struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr, | 114 | int (*send_pdu) (struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr, |
112 | char *data, uint32_t data_size); | 115 | char *data, uint32_t data_size); |
113 | void (*get_stats) (struct iscsi_cls_conn *conn, | 116 | void (*get_stats) (struct iscsi_cls_conn *conn, |