/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * iSCSI Initiator TCP Transport * Copyright (C) 2004 Dmitry Yusupov * Copyright (C) 2004 Alex Aizman * Copyright (C) 2005 - 2006 Mike Christie * Copyright (C) 2006 Red Hat, Inc. All rights reserved. * maintained by [email protected] * * See the file COPYING included with this distribution for more details. */ #ifndef ISCSI_SW_TCP_H #define ISCSI_SW_TCP_H #include <scsi/libiscsi.h> #include <scsi/libiscsi_tcp.h> struct socket; struct iscsi_tcp_conn; /* Socket connection send helper */ struct iscsi_sw_tcp_send { … }; struct iscsi_sw_tcp_conn { … }; struct iscsi_sw_tcp_host { … }; struct iscsi_sw_tcp_hdrbuf { … }; #endif /* ISCSI_SW_TCP_H */