blob: 4f30f08c08a8a00b5208210282a6bee23084585e [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
12#endif