aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/trau_upqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/trau_upqueue.h')
-rw-r--r--openbsc/include/openbsc/trau_upqueue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/trau_upqueue.h b/openbsc/include/openbsc/trau_upqueue.h
new file mode 100644
index 000000000..ecc765843
--- /dev/null
+++ b/openbsc/include/openbsc/trau_upqueue.h
@@ -0,0 +1,7 @@
+#ifndef _TRAU_UPQUEUE_H
+#define _TRAU_UPQUEUE_H
+
+void trau_tx_to_mncc(struct gsm_network *net, struct msgb *msg);
+
+#endif /* _TRAU_UPQUEUE_H */
+