summaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/interface.h')
-rw-r--r--src/jtag/interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jtag/interface.h b/src/jtag/interface.h
index 0d474049..3226944e 100644
--- a/src/jtag/interface.h
+++ b/src/jtag/interface.h
@@ -206,6 +206,9 @@ struct jtag_interface {
unsigned supported;
#define DEBUG_CAP_TMS_SEQ (1 << 0)
+ /** transports supported in C code (NULL terminated vector) */
+ const char **transports;
+
/**
* Execute queued commands.
* @returns ERROR_OK on success, or an error code on failure.
@@ -289,4 +292,6 @@ struct jtag_interface {
};
+extern const char *jtag_only[];
+
#endif // OPENOCD_JTAG_INTERFACE_H