X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fmalloc.h;h=3e145ad11c32bf0c9fcfb88c6d06f4895e8316d1;hb=6ab176d7091d21960a1bd89fcb7fd87b9e91aca1;hp=0382169b6a013b241340b926dbacaedd3b9a7246;hpb=5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f;p=oweals%2Fu-boot.git diff --git a/include/malloc.h b/include/malloc.h index 0382169b6a..3e145ad11c 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -944,6 +944,8 @@ extern ulong mem_malloc_start; extern ulong mem_malloc_end; extern ulong mem_malloc_brk; +void mem_malloc_init(ulong start, ulong size); + #ifdef __cplusplus }; /* end of extern "C" */ #endif