aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/mncc_int.h
blob: 213ce1414216def83a29b212d0dd12cadd1e3bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _MNCC_INT_H
#define _MNCC_INT_H

#include <stdint.h>

struct mncc_int {
	uint8_t def_codec[2];
};

extern struct mncc_int mncc_int;

uint8_t mncc_codec_for_mode(int lchan_type);

#endif