summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:42:06 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:11 -0800
commit72b421418f315cb54a01ba4d249082f989d5154a (patch)
treee292d768a61b3ccbc7fe5448dae938ab7e8e4170 /src/target/arm11.c
parente7f65c5a116802c4e510fe212b26e9a020de0b3e (diff)
downloadopenocd_libswd-72b421418f315cb54a01ba4d249082f989d5154a.tar.gz
openocd_libswd-72b421418f315cb54a01ba4d249082f989d5154a.tar.bz2
openocd_libswd-72b421418f315cb54a01ba4d249082f989d5154a.tar.xz
openocd_libswd-72b421418f315cb54a01ba4d249082f989d5154a.zip
watchpoint_t -> struct watchpoint
Remove misleading typedef and redundant suffix from struct watchpoint.
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index e5794b8a..5e96b3e6 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -1596,7 +1596,7 @@ static int arm11_remove_breakpoint(struct target_s *target,
}
static int arm11_add_watchpoint(struct target_s *target,
- watchpoint_t *watchpoint)
+ struct watchpoint *watchpoint)
{
FNC_INFO_NOTIMPLEMENTED;
@@ -1604,7 +1604,7 @@ static int arm11_add_watchpoint(struct target_s *target,
}
static int arm11_remove_watchpoint(struct target_s *target,
- watchpoint_t *watchpoint)
+ struct watchpoint *watchpoint)
{
FNC_INFO_NOTIMPLEMENTED;