00001 #ifndef CONFIG_UMALLOC_H 00002 #define CONFIG_UMALLOC_H 00003 00004 /** @file 00005 * 00006 * User memory allocation API configuration 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER ); 00011 00012 #include <config/defaults.h> 00013 00014 #include <config/local/umalloc.h> 00015 00016 #endif /* CONFIG_UMALLOC_H */
1.5.7.1