summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:41:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:10 -0800
commitf6dae0cf84de26846a18f3fcaea842ccd898a5c1 (patch)
tree7f13de5d618db59638fc4e36b09fe2129f0d3ac5 /src/target/xscale.h
parent405a5df7860bf9c0465fce4ac517083a1f9c4a4b (diff)
downloadopenocd+libswd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.tar.gz
openocd+libswd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.tar.bz2
openocd+libswd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.tar.xz
openocd+libswd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.zip
armv4_5_mmu_common_t -> struct armv4_5_mmu_common
Remove misleading typedef and redundant suffix from struct armv4_5_mmu_common.
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 433ecfcf..dd7b0346 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -125,7 +125,7 @@ typedef struct xscale_common_s
int arch_debug_reason;
/* MMU/Caches */
- armv4_5_mmu_common_t armv4_5_mmu;
+ struct armv4_5_mmu_common armv4_5_mmu;
uint32_t cp15_control_reg;
int fast_memory_access;