From 53c05c8b1d5718b2acf5dbe0eb517dd427340041 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:15:32 -0800 Subject: breakpoint_t -> struct breakpoint Remove misleading typedef and redundant suffix from struct breakpoint. --- 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 6044974a..b13dee2a 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -39,10 +39,10 @@ int mips_m4k_bulk_write_memory(struct target_s *target, uint32_t address, uint32_t count, uint8_t *buffer); void mips_m4k_enable_breakpoints(struct target_s *target); -int mips_m4k_set_breakpoint(struct target_s *target, breakpoint_t *bp); -int mips_m4k_unset_breakpoint(struct target_s *target, breakpoint_t *bp); -int mips_m4k_add_breakpoint(struct target_s *target, breakpoint_t *bp); -int mips_m4k_remove_breakpoint(struct target_s *target, breakpoint_t *bp); +int mips_m4k_set_breakpoint(struct target_s *target, struct breakpoint *bp); +int mips_m4k_unset_breakpoint(struct target_s *target, struct breakpoint *bp); +int mips_m4k_add_breakpoint(struct target_s *target, struct breakpoint *bp); +int mips_m4k_remove_breakpoint(struct target_s *target, struct breakpoint *bp); void mips_m4k_enable_watchpoints(struct target_s *target); int mips_m4k_set_watchpoint(struct target_s *target, struct watchpoint *wp); -- cgit v1.2.3