FreeCalypso > hg > gsm-codec-lib
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgsmefr/no_count.h Thu Nov 24 07:38:23 2022 +0000 @@ -0,0 +1,7 @@ +/* no-op definitions for ETSI's move/logic/test counting calls */ + +static inline void move16(void) {} +static inline void move32(void) {} +static inline void logic16(void) {} +static inline void logic32(void) {} +static inline void test(void) {}