FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/no_count.h @ 39:36e1363ad885
libgsmefr: initial import of ETSI header files
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 24 Nov 2022 07:38:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
38:38326102fc43 | 39:36e1363ad885 |
---|---|
1 /* no-op definitions for ETSI's move/logic/test counting calls */ | |
2 | |
3 static inline void move16(void) {} | |
4 static inline void move32(void) {} | |
5 static inline void logic16(void) {} | |
6 static inline void logic32(void) {} | |
7 static inline void test(void) {} |