9
0
Fork 0
barebox/include/mem_malloc.h

8 lines
136 B
C
Raw Normal View History

2007-07-05 16:01:29 +00:00
#ifndef __MEM_MALLOC_H
#define __MEM_MALLOC_H
void mem_malloc_init (ulong start, ulong end);
void *sbrk (ptrdiff_t increment);
#endif