FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/lsp_tab.h @ 387:7818f466a639
libtwamr: integrate lsp.tab
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 06 May 2024 06:36:40 +0000 |
parents | libtwamr/window.h@07f936338de1 |
children |
comparison
equal
deleted
inserted
replaced
386:9adfe3863a41 | 387:7818f466a639 |
---|---|
1 /* | |
2 * This header file holds the extern declaration for the table in lsp_tab.c, | |
3 * previously static in lsp.tab include file, but now with intermodule linkage. | |
4 */ | |
5 | |
6 #ifndef lsp_tab_h | |
7 #define lsp_tab_h | |
8 | |
9 #include "typedef.h" | |
10 #include "cnst.h" | |
11 | |
12 extern const Word16 lsp_init_data[M]; | |
13 | |
14 #endif |