summaryrefslogtreecommitdiff
path: root/usr/cxgbi.h
blob: bd466031967fec2df8bd17bacfffcf84bf8f63e5 (plain)
1
2
3
4
5
6
7
8
#ifndef CXGBI_TRANSPORT
#define CXGBI_TRANSPORT

struct iscsi_conn;

extern void cxgbi_create_conn(struct iscsi_conn *conn);

#endif