aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/t3cdev.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-21 09:06:09 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-21 09:06:09 -0400
commite66d90fb4abd0a27ee96f57a32fb561221c4d6ae (patch)
tree3337cba94c7444b06fdb0e8b487287d07b71f4a0 /drivers/net/cxgb3/t3cdev.h
parent55ca089e2579de90f048aca2a3030b8b2f864813 (diff)
parent14b395e35d1afdd8019d11b92e28041fad591b71 (diff)
Merge branch 'linus' into xen-64bit
Diffstat (limited to 'drivers/net/cxgb3/t3cdev.h')
-rw-r--r--drivers/net/cxgb3/t3cdev.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/t3cdev.h b/drivers/net/cxgb3/t3cdev.h
index a18c8a140424..0a21cfbd2b21 100644
--- a/drivers/net/cxgb3/t3cdev.h
+++ b/drivers/net/cxgb3/t3cdev.h
@@ -45,7 +45,8 @@ struct cxgb3_client;
45 45
46enum t3ctype { 46enum t3ctype {
47 T3A = 0, 47 T3A = 0,
48 T3B 48 T3B,
49 T3C,
49}; 50};
50 51
51struct t3cdev { 52struct t3cdev {
@@ -63,6 +64,7 @@ struct t3cdev {
63 void *l3opt; /* optional layer 3 data */ 64 void *l3opt; /* optional layer 3 data */
64 void *l4opt; /* optional layer 4 data */ 65 void *l4opt; /* optional layer 4 data */
65 void *ulp; /* ulp stuff */ 66 void *ulp; /* ulp stuff */
67 void *ulp_iscsi; /* ulp iscsi */
66}; 68};
67 69
68#endif /* _T3CDEV_H_ */ 70#endif /* _T3CDEV_H_ */