blob: a0b786494a688aa600133ad50d540e391a42a5fd [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef COMMON_H
2#define COMMON_H
3
4#include "zxic_generic_interface.h"
5
6
7
8
9#define free_ptr(ptr) if(ptr != NULL) {ZXIC_Free(ptr); \
10 ptr = NULL;}
11
12
13
14#endif /*COMMON_H*/