diff options
Diffstat (limited to 'libpdbg/target.h')
-rw-r--r-- | libpdbg/target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpdbg/target.h b/libpdbg/target.h index 8bad405..c8da048 100644 --- a/libpdbg/target.h +++ b/libpdbg/target.h @@ -155,6 +155,7 @@ struct thread { int (*ram_destroy)(struct thread *); int (*ram_getxer)(struct pdbg_target *, uint64_t *value); int (*ram_putxer)(struct pdbg_target *, uint64_t value); + int (*enable_attn)(struct pdbg_target *); }; #define target_to_thread(x) container_of(x, struct thread, target) |