sysclk-lwla: Declare model_info structs as extern

This fixes bug 714.
This commit is contained in:
Daniel Elstner 2015-12-14 21:47:46 +01:00
parent fc6cbfce2b
commit ef7df53d36
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ struct model_info {
int (*handle_response)(const struct sr_dev_inst *sdi);
};
SR_PRIV const struct model_info lwla1016_info;
SR_PRIV const struct model_info lwla1034_info;
extern SR_PRIV const struct model_info lwla1016_info;
extern SR_PRIV const struct model_info lwla1034_info;
SR_PRIV int lwla_start_acquisition(const struct sr_dev_inst *sdi);