9
0
Fork 0
barebox/include/mem_malloc.h

8 lines
136 B
C

#ifndef __MEM_MALLOC_H
#define __MEM_MALLOC_H
void mem_malloc_init (ulong start, ulong end);
void *sbrk (ptrdiff_t increment);
#endif