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