summaryrefslogtreecommitdiffstats
path: root/include/mem_malloc.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:29 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:29 +0200
commit53d3195be1e45609f96b809bd5709eedee4c5829 (patch)
treee26d13287bf5841319e4f5509a39418f220df248 /include/mem_malloc.h
parentabfeb961e0ea5aed05acc8e672d497d9dfcc7835 (diff)
downloadbarebox-53d3195be1e45609f96b809bd5709eedee4c5829.tar.gz
barebox-53d3195be1e45609f96b809bd5709eedee4c5829.tar.xz
svn_rev_167
ppc startup cleaunup
Diffstat (limited to 'include/mem_malloc.h')
-rw-r--r--include/mem_malloc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mem_malloc.h b/include/mem_malloc.h
new file mode 100644
index 0000000000..847eefc18f
--- /dev/null
+++ b/include/mem_malloc.h
@@ -0,0 +1,7 @@
+#ifndef __MEM_MALLOC_H
+#define __MEM_MALLOC_H
+
+void mem_malloc_init (ulong start, ulong end);
+void *sbrk (ptrdiff_t increment);
+
+#endif