tondaj-sl-814: Add missing SR_PRIV.

This commit is contained in:
Uwe Hermann 2015-03-20 14:34:18 +01:00
parent 145d794fac
commit e8be616955
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static void decode_packet(struct sr_dev_inst *sdi)
devc->num_samples++; devc->num_samples++;
} }
int tondaj_sl_814_receive_data(int fd, int revents, void *cb_data) SR_PRIV int tondaj_sl_814_receive_data(int fd, int revents, void *cb_data)
{ {
struct sr_dev_inst *sdi; struct sr_dev_inst *sdi;
struct dev_context *devc; struct dev_context *devc;