summaryrefslogtreecommitdiffstats
path: root/include/mem_malloc.h
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-10 13:09:02 +0100
committerJuergen Beisert <jbe@pengutronix.de>2009-12-10 13:09:02 +0100
commit5ed894e9a64ab5acd149184c1ac8edae6057bc8b (patch)
treec64d1c8c44b38e8ec13db0bbbdd45b4774597df1 /include/mem_malloc.h
parente0a2f39561081bdc8101e4232f91fd60220dea07 (diff)
downloadbarebox-5ed894e9a64ab5acd149184c1ac8edae6057bc8b.tar.gz
barebox-5ed894e9a64ab5acd149184c1ac8edae6057bc8b.tar.xz
Combine memory initialization with the main memory functions.
Memory allocation is very simple in u-boot-v2. So, it makes also sense to add the "operating system" emulation layer into the main memory management source file, to keep them at one place and simple. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'include/mem_malloc.h')
-rw-r--r--include/mem_malloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mem_malloc.h b/include/mem_malloc.h
index 097335894d..67b19d7ff1 100644
--- a/include/mem_malloc.h
+++ b/include/mem_malloc.h
@@ -4,8 +4,6 @@
#include <linux/types.h>
void mem_malloc_init(void *start, void *end);
-void *sbrk_no_zero(ptrdiff_t increment);
-
ulong mem_malloc_start(void);
ulong mem_malloc_end(void);