aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target.h')
-rw-r--r--src/include/target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 030b41e..1ff61b5 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -136,6 +136,7 @@ typedef struct target_s {
/* Register access functions */
int regs_size;
+ const char *tdesc;
int (*regs_read)(struct target_s *target, void *data);
int (*regs_write)(struct target_s *target, const void *data);