Sign in
gfiber
/
barebox
/
mindspeed
/
c671e30432ae9f244eea4b411f6293543fec19e4
/
.
/
include
/
mem_malloc.h
blob: 67b19d7ff19673128484e7350fcd0dc0bc1f4580 [
file
] [
log
] [
blame
]
#ifndef
__MEM_MALLOC_H
#define
__MEM_MALLOC_H
#include
<linux/types.h>
void
mem_malloc_init
(
void
*
start
,
void
*
end
);
ulong
mem_malloc_start
(
void
);
ulong
mem_malloc_end
(
void
);
#endif