powerpc/85xx: Add the workaround for erratum CPC-A003 (enable on P4080)
[platform/kernel/u-boot.git] / include / malloc.h
index 0382169..3e145ad 100644 (file)
@@ -944,6 +944,8 @@ extern ulong mem_malloc_start;
 extern ulong mem_malloc_end;
 extern ulong mem_malloc_brk;
 
+void mem_malloc_init(ulong start, ulong size);
+
 #ifdef __cplusplus
 };  /* end of extern "C" */
 #endif