From d4e8ada0f6d51e0e3b80790fb9375ac8910f5352 Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Fri, 21 Aug 2009 23:05:21 -0500 Subject: Consolidate arch-specific mem_malloc_init() implementations Signed-off-by: Peter Tyser --- include/malloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/malloc.h') diff --git a/include/malloc.h b/include/malloc.h index 0382169b6a..3e145ad11c 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -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 -- cgit v1.2.1