yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | #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*/ |