]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/ols.h
sr: make struct drv_context global
[libsigrok.git] / hardware / openbench-logic-sniffer / ols.h
index 66a45d5cba11b49481610aeaefd60533091319c9..179426858d0a011b34a069736aefb0c3873feadc 100644 (file)
 #define FLAG_CLOCK_INVERTED        0x80
 #define FLAG_RLE                   0x0100
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        uint32_t max_samplerate;