diff options
| author | Tom Rini <trini@konsulko.com> | 2015-04-23 13:53:09 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2015-04-23 14:56:10 -0400 |
| commit | 5f757cdcc6efbefec09b8f964a234f84ff9fa7f6 (patch) | |
| tree | e8058651bd0319757d33fb7a949b9491211de7c7 /include/malloc.h | |
| parent | bba97cd2c96ae0c21ad916a9c4eb363fe569a2f9 (diff) | |
| parent | f3d46bd658ef4df575ec26c29e472ac858723159 (diff) | |
| download | u-boot-5f757cdcc6efbefec09b8f964a234f84ff9fa7f6.tar.gz u-boot-5f757cdcc6efbefec09b8f964a234f84ff9fa7f6.tar.xz u-boot-5f757cdcc6efbefec09b8f964a234f84ff9fa7f6.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/malloc.h')
| -rw-r--r-- | include/malloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h index 5df634873f..f4da9e6ddd 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -906,6 +906,9 @@ void *realloc_simple(void *ptr, size_t size); #endif +/* Set up pre-relocation malloc() ready for use */ +int initf_malloc(void); + /* Public routines */ /* Simple versions which can be used when space is tight */ |
