sysclk-lwla: Declare model_info structs as extern
This fixes bug 714.
This commit is contained in:
parent
fc6cbfce2b
commit
ef7df53d36
|
@ -162,8 +162,8 @@ struct model_info {
|
||||||
int (*handle_response)(const struct sr_dev_inst *sdi);
|
int (*handle_response)(const struct sr_dev_inst *sdi);
|
||||||
};
|
};
|
||||||
|
|
||||||
SR_PRIV const struct model_info lwla1016_info;
|
extern SR_PRIV const struct model_info lwla1016_info;
|
||||||
SR_PRIV const struct model_info lwla1034_info;
|
extern SR_PRIV const struct model_info lwla1034_info;
|
||||||
|
|
||||||
SR_PRIV int lwla_start_acquisition(const struct sr_dev_inst *sdi);
|
SR_PRIV int lwla_start_acquisition(const struct sr_dev_inst *sdi);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue