summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/l23_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/l23_api.h')
-rw-r--r--src/target/firmware/include/layer1/l23_api.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/l23_api.h b/src/target/firmware/include/layer1/l23_api.h
new file mode 100644
index 00000000..a03c59c8
--- /dev/null
+++ b/src/target/firmware/include/layer1/l23_api.h
@@ -0,0 +1,11 @@
+#ifndef _L1_L23_API_H
+#define _L1_L23_API_H
+
+#include <stdint.h>
+#include <comm/msgb.h>
+#include <l1a_l23_interface.h>
+
+void l1_queue_for_l2(struct msgb *msg);
+struct msgb *l1_create_l2_msg(int msg_type, uint32_t fn, uint16_t snr);
+
+#endif /* _L1_L23_API_H */