]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/malloc.h
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
[people/ms/u-boot.git] / include / malloc.h
index 6295929ea38b4cbf9bcd8b488d0dbee2f3f5237f..84ecf79344f6f57bbd744b18eab9b07e85d5dde6 100644 (file)
@@ -937,6 +937,7 @@ extern ulong mem_malloc_end;
 extern ulong mem_malloc_brk;
 
 void mem_malloc_init(ulong start, ulong size);
+void malloc_bin_reloc(void);
 
 #ifdef __cplusplus
 };  /* end of extern "C" */