X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=cc87e1edc93094d8f3de6aaa3fd14fa4ad814029;hp=12b556aec849e46bc085db574e7f1a0741825d36;hb=cffdc3e63b132795bfcaab91864c1c6b124e87fa;hpb=36bb818d6f10ac1187f160f4c2ab1169aeb4e86f diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 12b556ae..cc87e1ed 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -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. */