diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 3ae2a760b4f..3b8f5d83611 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -555,6 +555,16 @@ struct libfc_function_template { | |||
555 | struct fc_seq *(*seq_start_next)(struct fc_seq *); | 555 | struct fc_seq *(*seq_start_next)(struct fc_seq *); |
556 | 556 | ||
557 | /* | 557 | /* |
558 | * Set a response handler for the exchange of the sequence. | ||
559 | * | ||
560 | * STATUS: OPTIONAL | ||
561 | */ | ||
562 | void (*seq_set_resp)(struct fc_seq *sp, | ||
563 | void (*resp)(struct fc_seq *, struct fc_frame *, | ||
564 | void *), | ||
565 | void *arg); | ||
566 | |||
567 | /* | ||
558 | * Assign a sequence for an incoming request frame. | 568 | * Assign a sequence for an incoming request frame. |
559 | * | 569 | * |
560 | * STATUS: OPTIONAL | 570 | * STATUS: OPTIONAL |