diff options
Diffstat (limited to 'include/net/9p/transport.h')
-rw-r--r-- | include/net/9p/transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index 9dd4a05619a8..adbcafe99177 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -39,6 +39,8 @@ struct p9_trans { | |||
39 | int (*read) (struct p9_trans *, void *, int); | 39 | int (*read) (struct p9_trans *, void *, int); |
40 | void (*close) (struct p9_trans *); | 40 | void (*close) (struct p9_trans *); |
41 | unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *); | 41 | unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *); |
42 | int (*rpc) (struct p9_trans *t, struct p9_fcall *tc, | ||
43 | struct p9_fcall **rc); | ||
42 | }; | 44 | }; |
43 | 45 | ||
44 | struct p9_trans_module { | 46 | struct p9_trans_module { |