blob: 213ce1414216def83a29b212d0dd12cadd1e3bea [file] [log] [blame]
Harald Welteab386e62011-09-01 18:18:43 +02001#ifndef _MNCC_INT_H
2#define _MNCC_INT_H
3
4#include <stdint.h>
5
6struct mncc_int {
7 uint8_t def_codec[2];
8};
9
10extern struct mncc_int mncc_int;
11
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +020012uint8_t mncc_codec_for_mode(int lchan_type);
13
Harald Welteab386e62011-09-01 18:18:43 +020014#endif