X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=sigrok.h.in;h=18f9404a609c51666113a25cbeee0f186767a4a6;hb=e1c8b2abfbc5a0aa75cf6fbd8f88e45a8df0fd5b;hp=38d7d474ebcf2b4a011bcbe12a6fea940a0e5f6c;hpb=313deed219c39a902e6b7c39cf519c3476b9798d;p=libsigrok.git diff --git a/sigrok.h.in b/sigrok.h.in index 38d7d474..18f9404a 100644 --- a/sigrok.h.in +++ b/sigrok.h.in @@ -323,6 +323,9 @@ enum { /** Volts/div. */ SR_HWCAP_VDIV, + /** Coupling. */ + SR_HWCAP_COUPLING, + /*--- Special stuff -------------------------------------------------*/ /* TODO: Better description. */ @@ -433,6 +436,8 @@ enum { SR_DI_FILTERS, /* Valid volts/div values */ SR_DI_VDIVS, + /* Coupling options */ + SR_DI_COUPLING, }; /*