[umalloc] Formalise the user memory allocation API

This commit is contained in:
Michael Brown
2008-10-13 04:32:11 +01:00
parent 6554b79ff9
commit 831e4cfc27
7 changed files with 95 additions and 30 deletions

View File

@@ -13,5 +13,6 @@
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS
#define NAP_PCBIOS
#define UMALLOC_MEMTOP
#endif /* CONFIG_DEFAULTS_PCBIOS_H */

12
src/config/umalloc.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef CONFIG_UMALLOC_H
#define CONFIG_UMALLOC_H
/** @file
*
* User memory allocation API configuration
*
*/
#include <config/defaults.h>
#endif /* CONFIG_UMALLOC_H */