]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
sh: Fix build of shmin board
[karo-tx-uboot.git] / include / common.h
index 0d1c8724a975f2cb0fea2dbc511beacb1d1d15a3..d8c912d09225eef098d39aa99dc4756536c0079a 100644 (file)
@@ -632,6 +632,7 @@ static inline IPaddr_t getenv_IPaddr (char *var)
 /* lib/qsort.c */
 void qsort(void *base, size_t nmemb, size_t size,
           int(*compar)(const void *, const void *));
+int strcmp_compar(const void *, const void *);
 
 /* lib/time.c */
 void   udelay        (unsigned long);