blob: 3ef0624c1891c9acc8d85afd8dfe167f3e617ff8 [file] [log] [blame]
xjde81d1d2021-11-25 15:01:52 +08001//
2// Created by DELL on 2021/7/12.
3//
4
5#ifndef LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H
6#define LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H
7
8typedef struct{
9 int32_t sv_id;
10 void (*parse_response)(int32_t sv_id, void *resp_data);
11}parse_resp_t;
12
13int list_param_for_sv_id(int32_t sv_id, void *data);
14
15#endif //LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H