aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/9p/transport.h')
-rw-r--r--include/net/9p/transport.h2
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
52void v9fs_register_trans(struct p9_trans_module *m); 52void v9fs_register_trans(struct p9_trans_module *m);
53struct p9_trans_module *v9fs_match_trans(const substring_t *name);
54struct p9_trans_module *v9fs_default_trans(void);
53 55
54#endif /* NET_9P_TRANSPORT_H */ 56#endif /* NET_9P_TRANSPORT_H */