2008-10-13 04:32:11 +01:00
|
|
|
#ifndef CONFIG_UMALLOC_H
|
|
|
|
|
#define CONFIG_UMALLOC_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* User memory allocation API configuration
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2009-05-01 15:41:06 +01:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
|
|
2008-10-13 04:32:11 +01:00
|
|
|
#include <config/defaults.h>
|
|
|
|
|
|
|
|
|
|
#endif /* CONFIG_UMALLOC_H */
|