]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Move 'struct drv_context' to sigrok-internal.h.
[libsigrok.git] / libsigrok.h
index 9ee524d93896a8971a8a54eb2025a9ef368bd562..3771e1ee660387bf47fc1013bf6d4656b2b0ca49 100644 (file)
@@ -560,11 +560,6 @@ struct sr_dev_driver {
        void *priv;
 };
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 struct sr_session {
        /* List of struct sr_dev* */
        GSList *devs;