X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fsysclk-lwla%2Flwla.h;h=5484d2ebc49686adcd35ceb2e4756af6358b8cbb;hp=d4abea3f7662915711a41bb9ed12f358084af923;hb=8e2d6c9db788785466d61fdac4d8fdc1535bc20c;hpb=7d89fd60e5bce5bbb3271a5ecd54c3c6c63dc6bf diff --git a/src/hardware/sysclk-lwla/lwla.h b/src/hardware/sysclk-lwla/lwla.h index d4abea3f..5484d2eb 100644 --- a/src/hardware/sysclk-lwla/lwla.h +++ b/src/hardware/sysclk-lwla/lwla.h @@ -101,8 +101,9 @@ struct regval_pair { unsigned int val; }; -SR_PRIV int lwla_send_bitstream(const struct sr_usb_dev_inst *usb, - const char *basename); +SR_PRIV int lwla_send_bitstream(struct sr_context *ctx, + const struct sr_usb_dev_inst *usb, + const char *name); SR_PRIV int lwla_send_command(const struct sr_usb_dev_inst *usb, const uint16_t *command, int cmd_len);