IS_NORMAL_CHIP
#define IS_NORMAL_CHIP(version) \
#define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false)