summaryrefslogtreecommitdiff
path: root/libsigrokdecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r--libsigrokdecode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsigrokdecode.h b/libsigrokdecode.h
index ae96d95..df1cb5c 100644
--- a/libsigrokdecode.h
+++ b/libsigrokdecode.h
@@ -154,6 +154,12 @@ struct srd_decoder {
*/
char *license;
+ /** List of possible decoder input IDs. */
+ GSList *inputs;
+
+ /** List of possible decoder output IDs. */
+ GSList *outputs;
+
/** List of channels required by this decoder. */
GSList *channels;