imem.h revision c0435c854a0e7246373b9752d163095cc4fbe985
#ifndef __IMEM_H
#define __IMEM_H
extern pool_t default_pool;
/* For easy allocation of memory from default memory pool. */
/* string functions */
void imem_init(void);
void imem_deinit(void);
#endif