diff --git a/libsigrok.h b/libsigrok.h index 7f58e1c7..3235ddf2 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -828,6 +828,12 @@ enum sr_configkey { /** The device has internal storage, into which data is logged. This * starts or stops the internal logging. */ SR_CONF_DATALOG, + + /** Device mode for multi-function devices. */ + SR_CONF_DEVICE_MODE, + + /** Self test mode. */ + SR_CONF_TEST_MODE, }; /** Device instance data