]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
Make SR_CONF_{SCAN,DEVICE}_OPTIONS into internal constants.
[libsigrok.git] / src / libsigrok-internal.h
index 12b556aec849e46bc085db574e7f1a0741825d36..cc87e1edc93094d8f3de6aaa3fd14fa4ad814029 100644 (file)
@@ -675,6 +675,12 @@ SR_PRIV int sr_log(int loglevel, const char *format, ...) G_GNUC_PRINTF(2, 3);
 
 /*--- device.c --------------------------------------------------------------*/
 
+/** Scan options supported by a driver. */
+#define SR_CONF_SCAN_OPTIONS 0x7FFF0000
+
+/** Device options for a particular device. */
+#define SR_CONF_DEVICE_OPTIONS 0x7FFF0001
+
 /** Values for the changes argument of sr_dev_driver.config_channel_set. */
 enum {
        /** The enabled state of the channel has been changed. */