blob: 3ef0624c1891c9acc8d85afd8dfe167f3e617ff8 [file] [log] [blame]
//
// Created by DELL on 2021/7/12.
//
#ifndef LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H
#define LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H
typedef struct{
int32_t sv_id;
void (*parse_response)(int32_t sv_id, void *resp_data);
}parse_resp_t;
int list_param_for_sv_id(int32_t sv_id, void *data);
#endif //LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H