diff options
Diffstat (limited to 'drivers/scsi/libfc/fc_libfc.h')
-rw-r--r-- | drivers/scsi/libfc/fc_libfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/fc_libfc.h b/drivers/scsi/libfc/fc_libfc.h index 388fae4364af..0530149ac174 100644 --- a/drivers/scsi/libfc/fc_libfc.h +++ b/drivers/scsi/libfc/fc_libfc.h | |||
@@ -93,6 +93,8 @@ int fc_setup_exch_mgr(void); | |||
93 | void fc_destroy_exch_mgr(void); | 93 | void fc_destroy_exch_mgr(void); |
94 | int fc_setup_rport(void); | 94 | int fc_setup_rport(void); |
95 | void fc_destroy_rport(void); | 95 | void fc_destroy_rport(void); |
96 | int fc_setup_fcp(void); | ||
97 | void fc_destroy_fcp(void); | ||
96 | 98 | ||
97 | /* | 99 | /* |
98 | * Internal libfc functions | 100 | * Internal libfc functions |