]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/exports.h
board: axs103 - add maintainer information
[people/ms/u-boot.git] / include / exports.h
index 205affe72d701d087107b21a818daf974422d8f8..1a01e430bbc60cac93c7dd6e4ca05a22364bff86 100644 (file)
@@ -15,7 +15,9 @@ int printf(const char* fmt, ...);
 void install_hdlr(int, interrupt_handler_t, void*);
 void free_hdlr(int);
 void *malloc(size_t);
+#ifndef CONFIG_SYS_MALLOC_SIMPLE
 void free(void*);
+#endif
 void __udelay(unsigned long);
 unsigned long get_timer(unsigned long);
 int vprintf(const char *, va_list);