/* SPDX-License-Identifier: GPL-2.0-only */ /* * QLogic iSCSI Offload Driver * Copyright (c) 2016 Cavium Inc. */ #ifndef __QEDI_HSI__ #define __QEDI_HSI__ /* * Add include to common target */ #include <linux/qed/common_hsi.h> /* * Add include to common storage target */ #include <linux/qed/storage_common.h> /* * Add include to common TCP target */ #include <linux/qed/tcp_common.h> /* * Add include to common iSCSI target for both eCore and protocol driver */ #include <linux/qed/iscsi_common.h> /* * iSCSI CMDQ element */ struct iscsi_cmdqe { … }; /* * iSCSI CMD header type */ enum iscsi_cmd_hdr_type { … }; #endif /* __QEDI_HSI__ */