summaryrefslogtreecommitdiffstats
path: root/src/host/layer2/include/osmocom/osmocom_layer2.h
blob: 41c9bd0b54d6ff80561daa47129cc2b0d1d3de37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef osmocom_layer2_h
#define osmocom_layer2_h

#include <osmocore/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