1 #ifndef __SHARP_XML2JSON_V3_H__ 2 #define __SHARP_XML2JSON_V3_H__ 3 4 #include "RkAiqCalibDbTypes.h" 5 #include "RkAiqCalibDbTypesV2.h" 6 #include "RkAiqCalibDbV2Helper.h" 7 8 int sharpV3_calibdb_to_calibdbV2(struct list_head *pSharpList, CalibDbV2_SharpV3_t *pCalibdbV2, int mode_idx); 9 10 int sharpV3_calibdbV2_to_calibdb(CalibDbV2_SharpV3_t *pCalibdbV2, struct list_head *pSharpList, int mode_idx); 11 12 void sharpV3_calibdbV2_free(CalibDbV2_SharpV3_t *pCalibdbV2); 13 14 #endif 15 16