From 3edcff8b8efff841dfe601e87f42de7fe7b4792b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 20:33:02 -0800 Subject: ARM: rename armv4_5_build_reg_cache() as arm_*() Signed-off-by: David Brownell --- src/target/armv4_5.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/target/armv4_5.h') diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 0b283013..56461e7e 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -177,8 +177,7 @@ struct arm_reg uint32_t value; }; -struct reg_cache* armv4_5_build_reg_cache(struct target *target, - struct arm *armv4_5_common); +struct reg_cache *arm_build_reg_cache(struct target *target, struct arm *arm); int armv4_5_arch_state(struct target *target); int armv4_5_get_gdb_reg_list(struct target *target, -- cgit v1.2.3