]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/protocol.h
fs9922: Fix diode mode parsing.
[libsigrok.git] / hardware / zeroplus-logic-cube / protocol.h
index 30b217dac12a3f3a44323a13bc33e529f99d2516..ce06a8ce7c8472e8fbbaeb1a7ae8ff393e2bd0a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de>
  *
@@ -51,12 +51,9 @@ struct dev_context {
        // uint8_t trigger_buffer[NUM_TRIGGER_STAGES];
        int trigger;
        unsigned int capture_ratio;
-       struct sr_usb_dev_inst *usb;
        const struct zp_model *prof;
 };
 
-extern const uint64_t zp_supported_samplerates_200[];
-
 SR_PRIV unsigned int get_memory_size(int type);
 SR_PRIV int zp_set_samplerate(struct dev_context *devc, uint64_t samplerate);
 SR_PRIV int set_limit_samples(struct dev_context *devc, uint64_t samples);