]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/malloc.h
ppc4xx: Big header cleanup, mostly PPC440 related
[karo-tx-uboot.git] / include / malloc.h
index 0382169b6a013b241340b926dbacaedd3b9a7246..3e145ad11c32bf0c9fcfb88c6d06f4895e8316d1 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