summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:45:40 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:12 -0800
commit18475360b253e52eae7d070421523d5d7636383d (patch)
tree6292fd53ba62933ac5a31e2ff8c5e02e0f18f6e7 /src/target/xscale.h
parent1f87cf4e804812c81279cc7bcb0fcb86aa2bf48f (diff)
downloadopenocd+libswd-18475360b253e52eae7d070421523d5d7636383d.tar.gz
openocd+libswd-18475360b253e52eae7d070421523d5d7636383d.tar.bz2
openocd+libswd-18475360b253e52eae7d070421523d5d7636383d.tar.xz
openocd+libswd-18475360b253e52eae7d070421523d5d7636383d.zip
xscale_reg_t -> struct xscale_reg
Remove misleading typedef and redundant suffix from struct xscale_reg.
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 63655ffb..6fb0bf51 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -138,11 +138,11 @@ target_to_xscale(struct target_s *target)
armv4_5_common);
}
-typedef struct xscale_reg_s
+struct xscale_reg
{
int dbg_handler_number;
target_t *target;
-} xscale_reg_t;
+};
enum
{