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