diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-11-17 19:57:49 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-11-17 19:57:49 +0000 |
| commit | 92056a05e52afacb9d841ad098af5cb1834be409 (patch) | |
| tree | ae9182b77ec447afe70b0b5f946191dd366cde2b /sys/dev/isp/isp_library.h | |
| parent | 02dcb6e0dd406b40a4f8324fba38f7a094b879d0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_library.h')
| -rw-r--r-- | sys/dev/isp/isp_library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 2e575b27068cf..d881c8b547af8 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -148,6 +148,7 @@ void isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *); void isp_put_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *); void isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *); void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *); +void isp_put_rff_id(ispsoftc_t *, rff_id_t *, rff_id_t *); void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *); void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *); void isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *, fcp_rsp_iu_t *); |
