summaryrefslogtreecommitdiffstats
path: root/src/host/layer2/include/osmocom/osmocom_layer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer2/include/osmocom/osmocom_layer2.h')
-rw-r--r--src/host/layer2/include/osmocom/osmocom_layer2.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/host/layer2/include/osmocom/osmocom_layer2.h b/src/host/layer2/include/osmocom/osmocom_layer2.h
new file mode 100644
index 00000000..af71873c
--- /dev/null
+++ b/src/host/layer2/include/osmocom/osmocom_layer2.h
@@ -0,0 +1,12 @@
+#ifndef osmocom_layer2_h
+#define osmocom_layer2_h
+
+#include <osmocom/msgb.h>
+
+struct osmocom_ms;
+
+int osmo_recv(struct osmocom_ms *ms, struct msgb *msg);
+
+extern int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);
+
+#endif