summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:42:20 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:11 -0800
commit2f7fc2921d5769799f1bd527b49a7a877b4c8fa0 (patch)
tree3bb9b33c34471f4a6900b716306f039035220a7c /src/target/embeddedice.h
parent26a99ed740f4071c9eebba10f7f597844812fc13 (diff)
downloadopenocd+libswd-2f7fc2921d5769799f1bd527b49a7a877b4c8fa0.tar.gz
openocd+libswd-2f7fc2921d5769799f1bd527b49a7a877b4c8fa0.tar.bz2
openocd+libswd-2f7fc2921d5769799f1bd527b49a7a877b4c8fa0.tar.xz
openocd+libswd-2f7fc2921d5769799f1bd527b49a7a877b4c8fa0.zip
embeddedice_reg_t -> struct embeddedice_reg
Remove misleading typedef and redundant suffix from struct embeddedice_reg.
Diffstat (limited to 'src/target/embeddedice.h')
-rw-r--r--src/target/embeddedice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h
index 113a8fe9..eb2bb293 100644
--- a/src/target/embeddedice.h
+++ b/src/target/embeddedice.h
@@ -87,11 +87,11 @@ enum
EICE_COMM_CTRL_RBIT = 0
};
-typedef struct embeddedice_reg_s
+struct embeddedice_reg
{
int addr;
struct arm_jtag *jtag_info;
-} embeddedice_reg_t;
+};
reg_cache_t* embeddedice_build_reg_cache(target_t *target,
struct arm7_9_common *arm7_9);