]> sigrok.org Git - libsigrok.git/commit - include/libsigrok/proto.h
Add new sr_driver_scan_options() helper function.
authorMartin Ling <redacted>
Mon, 2 Nov 2015 00:23:23 +0000 (00:23 +0000)
committerUwe Hermann <redacted>
Thu, 31 Dec 2015 18:00:16 +0000 (19:00 +0100)
commit8f3168b89bcd79b555d86601270d81e5c8e3bdfe
treeeb16be4cd9c9fc01f988ba96c57f50a1f7270e94
parente7136c626f433bcdc101eaa24191ce5682803540
Add new sr_driver_scan_options() helper function.

This function replaces the pattern of calling config_list() with
SR_CONF_SCAN_OPTIONS to obtain a list of scan options.
include/libsigrok/proto.h
src/hwdriver.c