]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
ols: add swap channels feature
[libsigrok.git] / libsigrok.h
index b8f4f757019d45c6be16c957c2e0f83e2e0e4a2d..cfaec89bb1e027e64586f77bd9d747dcd54d280c 100644 (file)
@@ -631,6 +631,11 @@ enum {
        /** The devices supports using a external clock. */
        SR_CONF_EXTERNAL_CLOCK,
 
+       /** The device supports swapping channels. Typical this is between
+        *  buffered and unbuffered channels.
+        */
+       SR_CONF_SWAP,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,