osmocom-bb/src/host/layer2/include/osmocom/osmocom_layer2.h

13 lines
229 B
C

#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