]> git.sur5r.net Git - u-boot/blobdiff - include/malloc.h
ARM: zynqmp: Wire up ethernet controllers
[u-boot] / include / malloc.h
index 5df634873f147f93fb444b9621abf07e1e6e21e1..f4da9e6dddb67e2ccb78464558caf5aa85f5ce74 100644 (file)
@@ -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 */