From 72b421418f315cb54a01ba4d249082f989d5154a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:42:06 -0800 Subject: watchpoint_t -> struct watchpoint Remove misleading typedef and redundant suffix from struct watchpoint. --- src/target/mips_m4k.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/target/mips_m4k.h') diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index e11f06a1..3eddc3f7 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -45,9 +45,9 @@ int mips_m4k_add_breakpoint(struct target_s *target, breakpoint_t *bp); int mips_m4k_remove_breakpoint(struct target_s *target, breakpoint_t *bp); void mips_m4k_enable_watchpoints(struct target_s *target); -int mips_m4k_set_watchpoint(struct target_s *target, watchpoint_t *wp); -int mips_m4k_unset_watchpoint(struct target_s *target, watchpoint_t *wp); -int mips_m4k_add_watchpoint(struct target_s *target, watchpoint_t *wp); -int mips_m4k_remove_watchpoint(struct target_s *target, watchpoint_t *wp); +int mips_m4k_set_watchpoint(struct target_s *target, struct watchpoint *wp); +int mips_m4k_unset_watchpoint(struct target_s *target, struct watchpoint *wp); +int mips_m4k_add_watchpoint(struct target_s *target, struct watchpoint *wp); +int mips_m4k_remove_watchpoint(struct target_s *target, struct watchpoint *wp); #endif /*MIPS_M4K_H*/ -- cgit v1.2.3