repo.or.cz
/
open-iscsi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
open-isns: Fix warnings reported by gcc-4.5.2
[open-iscsi.git]
/
usr
/
cxgbi.h
blob
bd466031967fec2df8bd17bacfffcf84bf8f63e5
1
#ifndef CXGBI_TRANSPORT
2
#define CXGBI_TRANSPORT
3
4
struct
iscsi_conn
;
5
6
extern
void
cxgbi_create_conn
(
struct
iscsi_conn
*
conn
);
7
8
#endif