aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc_int.h
blob: 4f30f08c08a8a00b5208210282a6bee23084585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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;

#endif