X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=14112e4ed0267958f2ce392f0044e2dbf83b9078;hb=cb317eabf2d162365467aeb89b564828e5e6d6f3;hp=c5c03c895a667888a047d245d6ee77df006e7594;hpb=6f34e64b09b2a61156e837b3077dae619c60f2ea;p=openocd.git diff --git a/src/target/armv7a.h b/src/target/armv7a.h index c5c03c895a..14112e4ed0 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -90,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;