X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fmalloc.h;h=f4da9e6dddb67e2ccb78464558caf5aa85f5ce74;hp=5df634873f147f93fb444b9621abf07e1e6e21e1;hb=2855dfb7f2b85cadcbfeeb9b05c202cad9413411;hpb=c9356be30741b5192c79038fa4f8a2ac5b5f35c1 diff --git a/include/malloc.h b/include/malloc.h index 5df634873f..f4da9e6ddd 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -906,6 +906,9 @@ void *realloc_simple(void *ptr, size_t size); #endif +/* Set up pre-relocation malloc() ready for use */ +int initf_malloc(void); + /* Public routines */ /* Simple versions which can be used when space is tight */