diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 265f106d9fd6..e18e5ce5af51 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -1084,4 +1084,9 @@ void fc_destroy_exch_mgr(void); | |||
1084 | int fc_setup_rport(void); | 1084 | int fc_setup_rport(void); |
1085 | void fc_destroy_rport(void); | 1085 | void fc_destroy_rport(void); |
1086 | 1086 | ||
1087 | /* | ||
1088 | * Internal libfc functions. | ||
1089 | */ | ||
1090 | const char *fc_els_resp_type(struct fc_frame *); | ||
1091 | |||
1087 | #endif /* _LIBFC_H_ */ | 1092 | #endif /* _LIBFC_H_ */ |