summaryrefslogtreecommitdiff
path: root/mk/symbian/static.c
blob: 8ada5a1944703cc74c1efac9c1729d1d298be66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* static.c - manually updated */
#include <re_types.h>
#include <re_mod.h>

extern const struct mod_export exports_cons;
extern const struct mod_export exports_g711;
extern const struct mod_export exports_mda;

const struct mod_export *mod_table[] = {
	&exports_cons,
	&exports_g711,
	&exports_mda,
	NULL
};