Merge commit '00096acb8fbbf76b4fd8a223a2684df6c370d9f9'
[osmocom-bb.git] / src / host / layer2 / include / osmocom / osmocom_layer2.h
1 #ifndef osmocom_layer2_h
2 #define osmocom_layer2_h
3
4 #include <osmocore/msgb.h>
5
6 struct osmocom_ms;
7
8 int osmo_recv(struct osmocom_ms *ms, struct msgb *msg);
9
10 extern int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);
11
12 #endif