add LAPDm code from osmocom-bb into libosmocore
[osmocom-bb.git] / include / osmocom / gsm / prim.h
1 #ifndef OSMO_GSM_PRIM_H
2 #define OSMO_GSM_PRIM_H
3
4 #include <osmocom/core/prim.h>
5
6 /* enumeration of GSM related SAPs */
7 enum osmo_gsm_sap {
8         SAP_GSM_PH      = _SAP_GSM_BASE,
9         SAP_GSM_DL,
10         SAP_GSM_MDL,
11 };
12
13 #endif