]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/driver.h
sr_init/sr_exit: Improve docs, add error checks.
[libsigrok.git] / hardware / chronovu-la8 / driver.h
index b4aaa9009c31365d0452883ea5235536e321a40f..39e360b60c4548da3e17e715e9f9570427ab9705 100644 (file)
 #define BS                             4096 /* Block size */
 #define NUM_BLOCKS                     2048 /* Number of blocks */
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        /** FTDI device context (used by libftdi). */