FreeCalypso > hg > gsm-codec-lib
annotate libgsmefr/no_count.h @ 407:5a1d18542f8a
libtwamr: integrate dtx_dec.c and dtx_enc.c
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Tue, 07 May 2024 00:05:12 +0000 | 
| parents | 36e1363ad885 | 
| children | 
| rev | line source | 
|---|---|
| 39 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 1 /* no-op definitions for ETSI's move/logic/test counting calls */ | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 2 | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 3 static inline void move16(void) {} | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 4 static inline void move32(void) {} | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 5 static inline void logic16(void) {} | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 6 static inline void logic32(void) {} | 
| 
36e1363ad885
libgsmefr: initial import of ETSI header files
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 7 static inline void test(void) {} | 
