hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/qedi/qedi_gbl.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * QLogic iSCSI Offload Driver
34 * Copyright (c) 2016 Cavium Inc.
4
- *
5
- * This software is available under the terms of the GNU General Public License
6
- * (GPL) Version 2, available from the file COPYING in the main directory of
7
- * this source tree.
85 */
96
107 #ifndef _QEDI_GBL_H_
....@@ -76,5 +73,6 @@
7673 void qedi_clearsq(struct qedi_ctx *qedi,
7774 struct qedi_conn *qedi_conn,
7875 struct iscsi_task *task);
76
+void qedi_clear_session_ctx(struct iscsi_cls_session *cls_sess);
7977
8078 #endif