aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/mncc_int.h')
-rw-r--r--openbsc/include/openbsc/mncc_int.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc_int.h b/openbsc/include/openbsc/mncc_int.h
new file mode 100644
index 000000000..4f30f08c0
--- /dev/null
+++ b/openbsc/include/openbsc/mncc_int.h
@@ -0,0 +1,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