X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Flibsigrok%2Flibsigrok.h;h=a384f611d53cf687a1c52cac90b44d13df1dcf44;hb=7d7fd93c947dcaa94f3d90bfb6b0bf3ce01d774d;hp=de3136b94dbfb77fca4167cb52c4893e678a8f94;hpb=c57aa1ac19b437281e60c394483a15aec9080916;p=libsigrok.git diff --git a/include/libsigrok/libsigrok.h b/include/libsigrok/libsigrok.h index de3136b9..a384f611 100644 --- a/include/libsigrok/libsigrok.h +++ b/include/libsigrok/libsigrok.h @@ -662,8 +662,6 @@ enum sr_configcap { SR_CONF_LIST = (1 << 29), }; -#define SR_CONF_MASK 0x1fffffff - /** Configuration keys */ enum sr_configkey { /*--- Device classes ------------------------------------------------*/ @@ -982,14 +980,8 @@ enum sr_configkey { /*--- Special stuff -------------------------------------------------*/ - /** Scan options supported by the driver. */ - SR_CONF_SCAN_OPTIONS = 40000, - - /** Device options for a particular device. */ - SR_CONF_DEVICE_OPTIONS, - /** Session filename. */ - SR_CONF_SESSIONFILE, + SR_CONF_SESSIONFILE = 40000, /** The device supports specifying a capturefile to inject. */ SR_CONF_CAPTUREFILE,