aboutsummaryrefslogtreecommitdiffstats
path: root/net/qrtr/qrtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/qrtr/qrtr.h')
-rw-r--r--net/qrtr/qrtr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/qrtr/qrtr.h b/net/qrtr/qrtr.h
index b81e6953c04b..3f2d28696062 100644
--- a/net/qrtr/qrtr.h
+++ b/net/qrtr/qrtr.h
@@ -29,4 +29,8 @@ void qrtr_endpoint_unregister(struct qrtr_endpoint *ep);
int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
+int qrtr_ns_init(void);
+
+void qrtr_ns_remove(void);
+
#endif