X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=14112e4ed0267958f2ce392f0044e2dbf83b9078;hb=cb317eabf2d162365467aeb89b564828e5e6d6f3;hp=6a62f72c6cc0240d0cf85540e3988c479d123592;hpb=d1bdcdcc8d429a2ce06fb35f82a67b2487b72ec3;p=openocd.git diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 6a62f72c6c..14112e4ed0 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -48,7 +48,6 @@ struct armv7a_l2x_cache { }; struct armv7a_cachesize { - uint32_t level_num; /* cache dimensionning */ uint32_t linelen; uint32_t associativity; @@ -91,7 +90,7 @@ struct armv7a_mmu_common { uint32_t ttbr_mask[2]; uint32_t ttbr_range[2]; - int (*read_physical_memory)(struct target *target, uint32_t address, uint32_t size, + int (*read_physical_memory)(struct target *target, target_addr_t address, uint32_t size, uint32_t count, uint8_t *buffer); struct armv7a_cache_common armv7a_cache; uint32_t mmu_enabled;