12 lines
307 B
C
12 lines
307 B
C
#ifndef __HMMMM_CONFIG_H__
|
|
#define __HMMMM_CONFIG_H__
|
|
|
|
#include "pub/libhmmmm/config.h"
|
|
|
|
// void freeMemSegConf(conf_mem_seg_t* memSegConf);
|
|
// void freeMemConf(conf_mem_t* memConf);
|
|
void freeConf(conf_dev_t* conf);
|
|
void freeComposeId(char** id);
|
|
// uint8_t compareComposeId(char** idA, char** idB);
|
|
|
|
#endif |