summaryrefslogtreecommitdiffstats
path: root/src/host/layer2/include/osmocom/osmocom_layer2.h
blob: af71873c77afb0ce330cad3f9b46780bb1e033ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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