Use XMEM_NEQ instead of mem_neq

mem_neq is no more used directly. XMEM_NEQ is used instead,
in the same way XMEMCMP, XMEMCPY,... are.

Signed-off-by: Pascal Brand <pascal.brand@st.com>
This commit is contained in:
Pascal Brand
2015-02-26 12:38:21 +01:00
parent dfa938a4f6
commit f20b5daf39
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -45,6 +45,9 @@
#endif
#define XMEMCMP memcmp
#endif
#ifndef XMEM_NEQ
#define XMEM_NEQ mem_neq
#endif
#ifndef XSTRCMP
#ifdef strcmp
#define LTC_NO_PROTOTYPES