]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.c
Add a struct sr_context * parameter to hw_init()
[libsigrok.git] / hardware / fx2lafw / fx2lafw.c
index b3df9731fbc6e294c608285578c67878b39df95f..c82cef8742d95fd5bf4ff1e16bb305dbc2730d50 100644 (file)
@@ -399,7 +399,7 @@ static int clear_instances(void)
  * API callbacks
  */
 
-static int hw_init(void)
+static int hw_init(struct sr_context *sr_ctx)
 {
        struct drv_context *drvc;