1b4af0731942739b6712633b54dcd79e721e93e4
[osmocom-bb.git] / src / host / layer23 / include / osmocom / layer3.h
1 #ifndef _OSMOCOM_L3_H
2 #define _OSMOCOM_L3_H
3
4 #include <osmocore/msgb.h>
5 #include <osmocom/osmocom_data.h>
6
7 int gsm48_rx_ccch(struct msgb *msg, struct osmocom_ms *ms);
8 int gsm48_rx_dcch(struct msgb *msg, struct osmocom_ms *ms);
9
10 #endif