X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=57779c61ad8aec822bdb9dda6ddef19d87e55025;hp=33f6f5dbea15c75aa23a110e7b9e8d5689db6e7d;hb=42097baf19d4459a57f5224506e59a8347740f19;hpb=c584686fd1d1dc7d2059e619de90f35516598134 diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 33f6f5dbea..57779c61ad 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -194,6 +194,7 @@ int armv7a_mmu_translate_va(struct target *target, uint32_t va, uint32_t *val); int armv7a_handle_cache_info_command(struct command_context *cmd_ctx, struct armv7a_cache_common *armv7a_cache); +int armv7a_read_ttbcr(struct target *target); extern const struct command_registration armv7a_command_handlers[];