diff options
Diffstat (limited to 'include')
-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 7c68b3e8e78c..9dd4a05619a8 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -50,5 +50,7 @@ struct p9_trans_module { | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | void v9fs_register_trans(struct p9_trans_module *m); | 52 | void v9fs_register_trans(struct p9_trans_module *m); |
53 | struct p9_trans_module *v9fs_match_trans(const substring_t *name); | ||
54 | struct p9_trans_module *v9fs_default_trans(void); | ||
53 | 55 | ||
54 | #endif /* NET_9P_TRANSPORT_H */ | 56 | #endif /* NET_9P_TRANSPORT_H */ |