remove typedef cmd_tbl_t and replace it with struct command
[barebox-mini2440.git] / include / mem_malloc.h
blob67b19d7ff19673128484e7350fcd0dc0bc1f4580
1 #ifndef __MEM_MALLOC_H
2 #define __MEM_MALLOC_H
4 #include <linux/types.h>
6 void mem_malloc_init(void *start, void *end);
7 ulong mem_malloc_start(void);
8 ulong mem_malloc_end(void);
10 #endif