]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h
Run-Length Encoding support for the OLS.
[libsigrok.git] / sigrok.h
index c3629831d3662124f1708b399e1a18a276c5c410..b3ca41aece36fec81508c22ecba6d1e2b7b925cb 100644 (file)
--- a/sigrok.h
+++ b/sigrok.h
@@ -255,6 +255,9 @@ enum {
        /** The device supports setting a pattern (pattern generator mode). */
        SR_HWCAP_PATTERN_MODE,
 
+       /** The device supports Run Length Encoding. */
+       SR_HWCAP_RLE,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /* TODO: Better description. */