License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / target / iscsi / iscsi_target_tmr.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e48354ce
NB
2#ifndef ISCSI_TARGET_TMR_H
3#define ISCSI_TARGET_TMR_H
4
8dcf07be
BVA
5#include <linux/types.h>
6
7struct iscsi_cmd;
8struct iscsi_conn;
9struct iscsi_tmr_req;
10
e48354ce
NB
11extern u8 iscsit_tmr_abort_task(struct iscsi_cmd *, unsigned char *);
12extern int iscsit_tmr_task_warm_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
13 unsigned char *);
14extern int iscsit_tmr_task_cold_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
15 unsigned char *);
16extern u8 iscsit_tmr_task_reassign(struct iscsi_cmd *, unsigned char *);
17extern int iscsit_tmr_post_handler(struct iscsi_cmd *, struct iscsi_conn *);
18extern int iscsit_check_task_reassign_expdatasn(struct iscsi_tmr_req *,
19 struct iscsi_conn *);
20
21#endif /* ISCSI_TARGET_TMR_H */