X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fmalloc.h;h=f4da9e6dddb67e2ccb78464558caf5aa85f5ce74;hb=b59a2abf0290bfc6d592858576196f40d9967a6f;hp=5df634873f147f93fb444b9621abf07e1e6e21e1;hpb=1739564e753bc3a8097f8937a3cbe738bdaaed5d;p=karo-tx-uboot.git 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 */